mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user