Re: [PATCH v5 1/6] iio: adc: ad7192: use devm_regulator_get_enable_read_voltage

From: Jonathan Cameron
Date: Sun Jun 23 2024 - 11:59:25 EST


On Tue, 18 Jun 2024 17:21:33 +0300
Alisa-Dariana Roman <alisadariana@xxxxxxxxx> wrote:

> From: David Lechner <dlechner@xxxxxxxxxxxx>
>
> This makes use of the new devm_regulator_get_enable_read_voltage()
> function to reduce boilerplate code.
>
> Error messages have changed slightly since there are now fewer places
> where we print an error. The rest of the logic of selecting which
> supply to use as the reference voltage remains the same.
>
> Also 1000 is replaced by MILLI in a few places for consistency.
>
> Signed-off-by: David Lechner <dlechner@xxxxxxxxxxxx>
Hi Alisa-Dariana,

When you post a patch from someone else as part of your series, you have
to follow the Developer Certificate of Origin rules and that means
you need to add your own SoB after David's. Without that I can't pick it
up :(

If nothing else comes up, just reply to this saying you forgot it and
include it in that email and it should be sufficient.

Jonathan