Re: [PATCH 1/6] iio: health: afe4403: Do not store dev pointer in device struct

From: Jonathan Cameron
Date: Sat Aug 16 2025 - 08:54:11 EST


On Wed, 13 Aug 2025 17:58:35 -0500
Andrew Davis <afd@xxxxxx> wrote:

> The device *dev is only used in probe(), so no need to store it
> in the device local data struct. In all the places in probe()
> we did use that, just use a new local variable for the same.
>
> Signed-off-by: Andrew Davis <afd@xxxxxx>
Applied