Re: [PATCH] clk: Print an error when clk registration fails
From: Stephen Boyd
Date: Tue Mar 04 2025 - 16:55:18 EST
Quoting Stephen Boyd (2025-02-26 15:54:07)
> We have a lot of driver code that prints an error message when
> registering a clk fails. Do that in the core function instead to
> consolidate code. This also helps drivers avoid the anti-pattern of
> accessing the struct clk_hw::init pointer after registration.
>
> Signed-off-by: Stephen Boyd <sboyd@xxxxxxxxxx>
> ---
Applied to clk-next