Re: [PATCH v4 4/4] staging: iio: adc: ad7816: use modern IIO attribute macros
From: Jonathan Cameron
Date: Sun Apr 12 2026 - 14:52:25 EST
On Tue, 31 Mar 2026 12:10:44 +0300
Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> wrote:
> On Tue, Mar 31, 2026 at 01:24:53PM +0600, Md. Mahmudul Hasan Mabud wrote:
> > Modernize the driver by using IIO_DEVICE_ATTR_RW and
> > IIO_DEVICE_ATTR_RO macros. This involves renaming the callback
> > functions to standard <name>_show and <name>_store formats, making
> > the code cleaner and more maintainable.
>
> Missed my comments about commit message changes and below about line lengths.
>
>
Another example of why you should go slow in sending new versions!
Andy's email came in after you sent this version I think.
J