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 <[email protected]> > Cc: Tony Lindgren <[email protected]> > Signed-off-by: Stephen Boyd <[email protected]> > --- > > 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.

