Re: [PATCH 3/3] iio: adc: rockchip: Simplify probe() with local 'dev'

From: Heiko Stuebner

Date: Mon Dec 22 2025 - 06:50:41 EST


Am Sonntag, 21. Dezember 2025, 15:26:05 Mitteleuropäische Normalzeit schrieb Krzysztof Kozlowski:
> Simplify the probe function by using a local 'dev' variable instead of
> full pointer dereference. This makes several lines shorter, which
> allows to avoid wrapping making code more readable.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxxxxx>

Yep, makes the code definitly nicer to read

Reviewed-by: Heiko Stuebner <heiko@xxxxxxxxx>