From 9abac91e338a475bc2c3fb35ac4cedc3c7e009e5 Mon Sep 17 00:00:00 2001 From: Qiufang Dai Date: Fri, 30 Mar 2018 17:08:53 +0800 Subject: [PATCH] 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 Signed-off-by: Jiyu Yang Signed-off-by: Yixun Lan --- drivers/amlogic/clk/clk-mux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/amlogic/clk/clk-mux.c b/drivers/amlogic/clk/clk-mux.c index efc288e..605fc50 100644 --- a/drivers/amlogic/clk/clk-mux.c +++ b/drivers/amlogic/clk/clk-mux.c @@ -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); -- 2.7.4