Re: [PATCH v1 0/3] iio: drop useless assignment of cache_type
From: Jonathan Cameron
Date: Sat Feb 01 2025 - 07:47:48 EST
On Thu, 30 Jan 2025 08:30:47 +0000
Nuno Sá <noname.nuno@xxxxxxxxx> wrote:
> On Wed, 2025-01-29 at 17:24 +0200, Andy Shevchenko wrote:
> > Default value is REGCACHE_NONE, no need to assign it explicitly.
> > Fix all IIO drivers that do that.
> >
> > Andy Shevchenko (3):
> > iio: light: adux1020: Drop unneeded assignment for cache_type
> > iio: magnetometer: af8133j: Drop unneeded assignment for cache_type
> > iio: pressure: zpa2326: Drop unneeded assignment for cache_type
> >
> > drivers/iio/light/adux1020.c | 1 -
> > drivers/iio/magnetometer/af8133j.c | 1 -
> > drivers/iio/pressure/zpa2326_i2c.c | 1 -
> > drivers/iio/pressure/zpa2326_spi.c | 1 -
> > 4 files changed, 4 deletions(-)
> >
>
> Reviewed-by: Nuno Sá <nuno.sa@xxxxxxxxxx>
Applied.
Thanks,
Jonathan