clk: low clk mux printk message
authorQiufang Dai <qiufang.dai@amlogic.com>
Fri, 30 Mar 2018 09:08:53 +0000 (17:08 +0800)
committerYixun Lan <yixun.lan@amlogic.com>
Mon, 2 Apr 2018 02:29:12 +0000 (10:29 +0800)
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>
drivers/amlogic/clk/clk-mux.c

index efc288e..605fc50 100644 (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);