Re: [PATCH] iio: adc: meson: no devm for nvmem_cell_get

From: Jonathan Cameron

Date: Sat Mar 07 2026 - 08:15:02 EST


On Tue, 3 Mar 2026 20:17:16 -0800
Rosen Penev <rosenp@xxxxxxxxx> wrote:

> There is no reason to extend the lifetime of this post removal of the
> driver when it's only needed in one spot.
>
> Moved tsc_regmap assignment to avoid two nvmem_cell_put calls.
>
> Signed-off-by: Rosen Penev <rosenp@xxxxxxxxx>
Applied. Thanks,