Re: [PATCH 2/2] clk: __clk_core_init() never takes NULL

From: Stephen Boyd
Date: Thu Dec 09 2021 - 20:16:13 EST


Quoting Stephen Boyd (2021-12-07 20:15:34)
> The only caller of __clk_core_init() allocates the pointer and checks
> the allocation for NULL so this check is impossible. Remove it.
>
> Signed-off-by: Stephen Boyd <sboyd@xxxxxxxxxx>
> ---

Applied to clk-next