clk: actually call the clock init before any other callback of the clock
__clk_init_parent() will call the .get_parent() callback of the clock so .init() must run before. Fixes: 541debae ("clk: call the clock init() callback before any other ops callback") Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Link: https://lkml.kernel.org/r/20190924123954.31561-2-jbrunet@baylibre.comSigned-off-by: Stephen Boyd <sboyd@kernel.org>
Showing
Please register or sign in to comment