Re: [PATCH 2/3] power: supply: ab8500: Use iio_read_channel_processed_scale()

From: Jonathan Cameron
Date: Sun Jun 23 2024 - 13:18:34 EST


On Sat, 22 Jun 2024 09:04:25 +0200
Christophe JAILLET <christophe.jaillet@xxxxxxxxxx> wrote:

> Instead of rescaling current or voltage channels after the fact, use the
> dedicated scaling API. This should reduce any inaccuracies resulting from
> the scaling.
>
> This is also slightly more efficient as it saves a function call and a
> multiplication.
>
> Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
LGTM
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx>