Re: [PATCH v2 1/2] iio: proximity: sx_common: Don't use IIO device for properties

From: Andy Shevchenko
Date: Tue Jun 28 2022 - 18:01:01 EST


On Wed, Jun 15, 2022 at 02:47:45PM +0300, Andy Shevchenko wrote:
> It's not correct to use artificial device created by IIO core to
> retrieve device properties. Even ->get_default_reg() callback
> takes a simple struct device pointer which suggests it wants to
> operate on the real device.
>
> Correct this by replacing pointer to IIO device by a real device
> pointer in the caller of ->get_default_reg().

Gwendal, any comments on this version?

--
With Best Regards,
Andy Shevchenko