clk: low clk mux printk message

PD#163212: clk: low clk mux printk message

make the printk message at debug level

Change-Id: Id7e7864755be4f8809e5c44d5eeea2f6a7c4b5c3
Signed-off-by: Qiufang Dai <qiufang.dai@amlogic.com>
Signed-off-by: Jiyu Yang <jiyu.yang@amlogic.com>
Signed-off-by: Yixun Lan <yixun.lan@amlogic.com>
This commit is contained in:
Qiufang Dai
2018-03-30 17:08:53 +08:00
committed by Yixun Lan
parent 684f754f95
commit 9abac91e33

View File

@@ -149,7 +149,7 @@ int meson_clk_mux_determine_rate(struct clk_hw *hw,
pr_err("Fail! Can not set to %lu, cur rate: %lu\n",
parent_req.rate, best);
else {
pr_info("success set parent %s rate to %lu\n",
pr_debug("success set parent %s rate to %lu\n",
clk_hw_get_name(best_parent),
clk_hw_get_rate(best_parent));
clk_prepare(best_parent->clk);