Re: [PATCH v2 08/12] mtd: rawnand: stm32_fmc2: use FIELD_PREP/FIELD_GET macros
From: Boris Brezillon
Date: Thu Apr 16 2020 - 15:45:22 EST
On Wed, 15 Apr 2020 17:57:32 +0200
Christophe Kerello <christophe.kerello@xxxxxx> wrote:
> This patch removes custom macros and uses FIELD_PREP and FIELD_GET macros.
Oh, nice. I didn't know about these macros. This could have saved me
from defining a whole bunch of setters/getters in driver code...