Re: [PATCH 4/6] iio: health: afe4404: Do not store dev pointer in device struct
From: Jonathan Cameron
Date: Sat Aug 16 2025 - 08:56:04 EST
On Wed, 13 Aug 2025 17:58:38 -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. I'll hold off on 2,3,5 and 6 until discussion on the question David raised
is concluded.