Merge branches 'clk-qcom-msm8998', 'clk-fractional-parent', 'clk-x86-mv' and 'clk-SA-fixes' into clk-next
- Updates for qcom MSM8998 GCC clks - qcom MSM8998 RPM managed clks - Random static analysis fixes for clk drivers * clk-qcom-msm8998: clk: qcom: Make common clk_hw registrations clk: qcom: smd: Add support for MSM8998 rpm clocks clk: qcom: Skip halt checks on gcc_usb3_phy_pipe_clk for 8998 clk: qcom: Add missing freq for usb30_master_clk on 8998 clk: qcom: Add CLK_SET_RATE_PARENT for 8998 branch clocks * clk-fractional-parent: clk: fractional-divider: check parent rate only if flag is set * clk-x86-mv: clk: x86: Move clk-lpss.h to platform_data/x86 * clk-SA-fixes: clk: mediatek: fix platform_no_drv_owner.cocci warnings clk: tegra: dfll: Fix debugfs_simple_attr.cocci warnings clk: qoriq: Improve an error message
This commit is contained in:
@@ -1148,8 +1148,8 @@ static void __init create_one_pll(struct clockgen *cg, int idx)
|
||||
pll->div[i].clk = clk;
|
||||
ret = clk_register_clkdev(clk, pll->div[i].name, NULL);
|
||||
if (ret != 0)
|
||||
pr_err("%s: %s: register to lookup table failed %ld\n",
|
||||
__func__, pll->div[i].name, PTR_ERR(clk));
|
||||
pr_err("%s: %s: register to lookup table failed %d\n",
|
||||
__func__, pll->div[i].name, ret);
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user