Re: [PATCH] clk: ti: Don't reference clk_init_data after registration

From: Stephen Boyd
Date: Fri Aug 16 2019 - 10:51:38 EST


Quoting Stephen Boyd (2019-08-15 15:12:49)
> A future patch is going to change semantics of clk_register() so that
> clk_hw::init is guaranteed to be NULL after a clk is registered. Avoid
> referencing this member here so that we don't run into NULL pointer
> exceptions.
>
> Cc: Tero Kristo <t-kristo@xxxxxx>
> Cc: Tony Lindgren <tony@xxxxxxxxxxx>
> Signed-off-by: Stephen Boyd <sboyd@xxxxxxxxxx>
> ---
>
> This might be causing boot regressions in linux-next. Not sure.
>

I don't see linux-next boot regressions in kernel-ci so it must be
working.