Re: [PATCH 1/4] clk: milbeaut: Don't reference clk_init_data after registration

From: Stephen Boyd
Date: Fri Aug 16 2019 - 13:20:34 EST


Quoting Stephen Boyd (2019-08-15 09:00:17)
> 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: Sugaya Taichi <sugaya.taichi@xxxxxxxxxxxxx>
> Signed-off-by: Stephen Boyd <sboyd@xxxxxxxxxx>
> ---

Applied to clk-next