Re: [PATCH v4 4/9] iio: temperature: ltc2983: Use local device pointer consistently
From: Jonathan Cameron
Date: Wed May 27 2026 - 12:25:01 EST
On Mon, 25 May 2026 19:39:31 +0300
Liviu Stan <liviu.stan@xxxxxxxxxx> wrote:
> Some functions define a local 'dev' pointer but still use bare
> '&st->spi->dev' in some code paths, and some don't have it at all.
> Replace bare references with the local pointer for consistency and
> collapse some wrapped lines that now fit within 80 characters.
>
> Reviewed-by: Joshua Crofts <joshua.crofts1@xxxxxxxxx>
> Signed-off-by: Liviu Stan <liviu.stan@xxxxxxxxxx>
Applied to the testing branch of iio.git.
Thanks,
Jonathan