Re: [PATCH v2 6/9] iio: dac: ad3552r: changes to use FIELD_PREP

From: Jonathan Cameron
Date: Sun Sep 08 2024 - 11:15:56 EST


On Sun, 8 Sep 2024 16:14:20 +0100
Jonathan Cameron <jic23@xxxxxxxxxx> wrote:

> On Thu, 05 Sep 2024 17:17:36 +0200
> Angelo Dureghello <adureghello@xxxxxxxxxxxx> wrote:
>
> > From: Angelo Dureghello <adureghello@xxxxxxxxxxxx>
> >
> > Changes to use FIELD_PREP, so that driver-specific ad3552r_field_prep
> > is removed. Variables (arrays) that was used to call ad3552r_field_prep
> > are removed too.
> >
> > Signed-off-by: Angelo Dureghello <adureghello@xxxxxxxxxxxx>
>
> If it isn't too hard I would drag this to the start of the patch set
> because I'll happily pick it up as a cleanup before any discussion of later
> patches is complete. That will reduce what people need to look at for
> future versions.
>
> Jonathan

I'm being dopey. None of the earlier patches touched this file
anyway so I can do that once you've addressed David's comment.