Re: [PATCH v2 2/2] iio: adc: add max11205 adc driver

From: Andy Shevchenko
Date: Sun Sep 04 2022 - 15:50:18 EST


On Sun, Sep 4, 2022 at 7:31 PM Jonathan Cameron <jic23@xxxxxxxxxx> wrote:
> On Sun, 4 Sep 2022 16:50:03 +0100
> Jonathan Cameron <jic23@xxxxxxxxxx> wrote:
> > On Wed, 31 Aug 2022 16:30:21 +0300
> > Ramona Bolboaca <ramona.bolboaca@xxxxxxxxxx> wrote:

...

> > Given the requested changes below and those from Andy and Kryzstof are minor, I'll just
> > tweak them whilst applying.
>
> On that note, applied to the togreg branch of iio.git (with changes as noted)
> and pushed out as testing for 0-day to see if it can find anything we missed.

If you are not too lazy and have time to tweak one completely minor
thingy, see below.

...

> > @@ -81,12 +81,12 @@ static const struct iio_chan_spec max11205_channels[] = {
> > .endianness = IIO_BE

+ A comma here :-)


> > },
> > .info_mask_separate = BIT(IIO_CHAN_INFO_RAW) |
> > - BIT(IIO_CHAN_INFO_SAMP_FREQ) |
> > - BIT(IIO_CHAN_INFO_SCALE),
> > + BIT(IIO_CHAN_INFO_SAMP_FREQ) |
> > + BIT(IIO_CHAN_INFO_SCALE),
> > },

--
With Best Regards,
Andy Shevchenko