Re: [PATCH 3/3] iio: adc: rockchip_saradc: replace custom logic with devm_reset_control_get_optional_exclusive

From: Andy Shevchenko
Date: Fri Feb 23 2024 - 08:00:52 EST


On Fri, Feb 23, 2024 at 2:46 PM Quentin Schulz <foss+kernel@xxxxxxxxx> wrote:
>
> From: Quentin Schulz <quentin.schulz@xxxxxxxxxxxxxxxxxxxxx>
>
> devm_reset_control_get_optional_exclusive does what this driver is

devm_reset_control_get_optional_exclusive()

> trying to do in its probe function, therefore let's switch over to that

do it in

> subsystem function.

> Cc: Quentin Schulz <foss+kernel@xxxxxxxxx>

You may use the --cc option to `git send-email` instead of polluting
commit messages, or move this after the '---' cutter line.

--
With Best Regards,
Andy Shevchenko