Message ID | 20220807145457.646062-1-jic23@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | IIO: Clean up a couple of warnings that snuck in. | expand |
On Sun, Aug 7, 2022 at 4:50 PM Jonathan Cameron <jic23@kernel.org> wrote: > > From: Jonathan Cameron <Jonathan.Cameron@huawei.com> > > I'm not sure how these slipped through my local tests and 0-day. > These are definitely shown with W=1, perhaps not without that > but IIO is generally W=1 clean. Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> > Jonathan Cameron (2): > iio: test: Mark file local structure arrays static. > iio: light: cm32181: Mark the dev_pm_ops static. > > drivers/iio/light/cm32181.c | 2 +- > drivers/iio/test/iio-test-rescale.c | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) > > -- > 2.37.1 >
On Mon, 8 Aug 2022 11:15:52 +0200 Andy Shevchenko <andy.shevchenko@gmail.com> wrote: > On Sun, Aug 7, 2022 at 4:50 PM Jonathan Cameron <jic23@kernel.org> wrote: > > > > From: Jonathan Cameron <Jonathan.Cameron@huawei.com> > > > > I'm not sure how these slipped through my local tests and 0-day. > > These are definitely shown with W=1, perhaps not without that > > but IIO is generally W=1 clean. > > Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Applied. Thanks, Jonathan > > > Jonathan Cameron (2): > > iio: test: Mark file local structure arrays static. > > iio: light: cm32181: Mark the dev_pm_ops static. > > > > drivers/iio/light/cm32181.c | 2 +- > > drivers/iio/test/iio-test-rescale.c | 4 ++-- > > 2 files changed, 3 insertions(+), 3 deletions(-) > > > > -- > > 2.37.1 > > > >
From: Jonathan Cameron <Jonathan.Cameron@huawei.com> I'm not sure how these slipped through my local tests and 0-day. These are definitely shown with W=1, perhaps not without that but IIO is generally W=1 clean. Jonathan Cameron (2): iio: test: Mark file local structure arrays static. iio: light: cm32181: Mark the dev_pm_ops static. drivers/iio/light/cm32181.c | 2 +- drivers/iio/test/iio-test-rescale.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)