Re: [PATCH v2 00/13] iio: remove unused struct fields across drivers

From: Jonathan Cameron

Date: Thu Feb 05 2026 - 15:45:51 EST


On Tue, 3 Feb 2026 11:44:45 +0200
Andy Shevchenko <andriy.shevchenko@xxxxxxxxx> wrote:

> On Mon, Feb 02, 2026 at 01:25:50PM +0200, Antoniu Miclaus wrote:
> > This series removes unused struct fields found across various IIO
> > drivers. These fields were either left over from previous refactoring,
> > or were added during development but never actually used.
> >
> > Removing them reduces memory footprint slightly and improves code
> > clarity by eliminating dead struct members that could confuse future
> > readers.
> >
> > Each patch is independent and can be merged separately as they touch
> > different drivers with no dependencies between them.
>
> Assuming it applies cleanly and compiles,
> Reviewed-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxx>
> and I see in some cases it gains space.
>

Applied. Thanks!

J