Re: [PATCH 3/4] rtc: sun6i: Don't reference clk_init_data after registration

From: Chen-Yu Tsai
Date: Thu Aug 15 2019 - 12:12:07 EST


On Fri, Aug 16, 2019 at 12:00 AM Stephen Boyd <sboyd@xxxxxxxxxx> wrote:
>
> 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: Alessandro Zummo <a.zummo@xxxxxxxxxxxx>
> Cc: Alexandre Belloni <alexandre.belloni@xxxxxxxxxxx>
> Cc: Maxime Ripard <maxime.ripard@xxxxxxxxxxx>
> Cc: Chen-Yu Tsai <wens@xxxxxxxx>
> Signed-off-by: Stephen Boyd <sboyd@xxxxxxxxxx>

Acked-by: Chen-Yu Tsai <wens@xxxxxxxx>