lkml.org 
[lkml]   [2017]   [Jun]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] iio: adc: meson-saradc: use NULL instead of 0 for pointer
On Sun, 28 May 2017 23:17:57 +0200
Martin Blumenstingl <martin.blumenstingl@googlemail.com> wrote:

> Hi Paolo, Hi Jonathan,
>
> On Sun, May 28, 2017 at 4:43 PM, Jonathan Cameron <jic23@kernel.org> wrote:
> > On Sun, 28 May 2017 13:24:38 +0200
> > Paolo Cretaro <paolocretaro@gmail.com> wrote:
> >
> >> Fix sparse warning: Using plain integer as NULL pointer
> >>
> >> Signed-off-by: Paolo Cretaro <paolocretaro@gmail.com>
> > This looks fine to me, but ideally you should always try to include
> > the driver author - particularly in the case of patches to a recent
> > driver such as this one.
> >
> > To that end I've cc'd Martin.
> thanks for spotting this (and providing a patch to fix it)
> this looks good to me, so:
> Acked-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
>
> if you can wait until next weekend then I can also test this on real hardware.
I've applied it to the togreg branch of iio.git but as that always goes out
as testing for at least a few days first (which I will happily rebase) give
me a shout if anything goes wrong!

Jonathan
>
> > Jonathan
> >> ---
> >> drivers/iio/adc/meson_saradc.c | 2 +-
> >> 1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >> diff --git a/drivers/iio/adc/meson_saradc.c b/drivers/iio/adc/meson_saradc.c
> >> index 81cd39a57fe3..fb3f67a9ae1f 100644
> >> --- a/drivers/iio/adc/meson_saradc.c
> >> +++ b/drivers/iio/adc/meson_saradc.c
> >> @@ -481,7 +481,7 @@ static void meson_sar_adc_clear_fifo(struct iio_dev *indio_dev)
> >> if (!meson_sar_adc_get_fifo_count(indio_dev))
> >> break;
> >>
> >> - regmap_read(priv->regmap, MESON_SAR_ADC_FIFO_RD, 0);
> >> + regmap_read(priv->regmap, MESON_SAR_ADC_FIFO_RD, NULL);
> >> }
> >> }
> >>
> >
>
> Regards,
> Martin

\
 
 \ /
  Last update: 2017-06-05 00:16    [W:0.066 / U:1.956 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site