aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/clk-provider.h
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@kernel.org>2019-08-14 21:10:37 -0700
committerStephen Boyd <sboyd@kernel.org>2019-08-16 10:27:29 -0700
commita7b85ad25a97cf897b4819a121655c483d86156f (patch)
tree4d79e2614df3dfc74691e4226b00365fa69f9d02 /include/linux/clk-provider.h
parentclk: ti: Don't reference clk_init_data after registration (diff)
downloadlinux-dev-a7b85ad25a97cf897b4819a121655c483d86156f.tar.xz
linux-dev-a7b85ad25a97cf897b4819a121655c483d86156f.zip
clk: sunxi: Don't call clk_hw_get_name() on a hw that isn't registered
The implementation of clk_hw_get_name() relies on the clk_core associated with the clk_hw pointer existing. If of_clk_hw_register() fails, there isn't a clk_core created yet, so calling clk_hw_get_name() here fails. Extract the name first so we can print it later. Fixes: 1d80c14248d6 ("clk: sunxi-ng: Add common infrastructure") Cc: Maxime Ripard <maxime.ripard@bootlin.com> Cc: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'include/linux/clk-provider.h')
0 files changed, 0 insertions, 0 deletions