On Wed, Jul 31, 2019 at 12:35:10PM -0700, Stephen Boyd 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: Charles Keepax <[email protected]> > Cc: Richard Fitzgerald <[email protected]> > Signed-off-by: Stephen Boyd <[email protected]> > --- >
Acked-by: Charles Keepax <[email protected]> Thanks, Charles

