Re: [PATCH v3 02/14] clk: cdce925: simplify using devm_regulator_get_enable()

From: Stephen Boyd
Date: Mon Oct 17 2022 - 19:08:52 EST


Quoting Matti Vaittinen (2022-08-19 12:17:53)
> Simplify the driver using devm_regulator_get_enable() instead of
> open-coding the devm_add_action_or_reset().
>
> A (minor?) functional change is that we don't print an error in case of a
> deferred probe. Now we also print the error no matter which of the
> involved calls caused the failure.
>
> Signed-off-by: Matti Vaittinen <mazziesaccount@xxxxxxxxx>
>
> ---

Applied to clk-next