summaryrefslogtreecommitdiffstats
path: root/drivers/clk/rockchip/clk-cpu.c
diff options
context:
space:
mode:
authorStephen Boyd2017-11-01 00:28:02 +0100
committerStephen Boyd2017-11-01 00:28:02 +0100
commit6705fc944107756857f5f2301f99a9ba7f702a04 (patch)
tree5f4e2df71a45001fad12e966a5c76906addd5845 /drivers/clk/rockchip/clk-cpu.c
parentMerge tag 'clk-renesas-for-v4.15-tag2' of git://git.kernel.org/pub/scm/linux/... (diff)
parentclk: rockchip: use new cif/vdpu clock ids on rk3188 (diff)
downloadkernel-qcow2-linux-6705fc944107756857f5f2301f99a9ba7f702a04.tar.gz
kernel-qcow2-linux-6705fc944107756857f5f2301f99a9ba7f702a04.tar.xz
kernel-qcow2-linux-6705fc944107756857f5f2301f99a9ba7f702a04.zip
Merge tag 'v4.15-rockchip-clk-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into clk-next
Pull Rockchip clk drivers updates from Heiko Stuebner: - new clock ids for rk3188 and rk3368 - removal of a superfluous memory allocation error message * tag 'v4.15-rockchip-clk-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip: clk: rockchip: use new cif/vdpu clock ids on rk3188 clk: rockchip: export clock pclk_efuse_256 for RK3368 SoCs clk: rockchip: add more rk3188 graphics clock ids clk: rockchip: add clock id for PCLK_EFUSE256 of RK3368 SoCs clk: rockchip: Remove superfluous error message in rockchip_clk_register_cpuclk()
Diffstat (limited to 'drivers/clk/rockchip/clk-cpu.c')
-rw-r--r--drivers/clk/rockchip/clk-cpu.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/clk/rockchip/clk-cpu.c b/drivers/clk/rockchip/clk-cpu.c
index 0e09684d43a5..32c19c0f1e14 100644
--- a/drivers/clk/rockchip/clk-cpu.c
+++ b/drivers/clk/rockchip/clk-cpu.c
@@ -322,8 +322,6 @@ struct clk *rockchip_clk_register_cpuclk(const char *name,
sizeof(*rates) * nrates,
GFP_KERNEL);
if (!cpuclk->rate_table) {
- pr_err("%s: could not allocate memory for cpuclk rates\n",
- __func__);
ret = -ENOMEM;
goto unregister_notifier;
}