This commit replaces printk with pr_debug, so we don't flood kernel log.

Signed-off-by: Paweł Chmiel <pawel.mikolaj.chm...@gmail.com>
Acked-by: Krzysztof Kozlowski <k...@kernel.org>
---
Changes from v1:
  - Added Acked-by
---
 drivers/cpufreq/s5pv210-cpufreq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/cpufreq/s5pv210-cpufreq.c 
b/drivers/cpufreq/s5pv210-cpufreq.c
index 5b4289460bc9..c7b7d1e65b08 100644
--- a/drivers/cpufreq/s5pv210-cpufreq.c
+++ b/drivers/cpufreq/s5pv210-cpufreq.c
@@ -481,7 +481,7 @@ static int s5pv210_target(struct cpufreq_policy *policy, 
unsigned int index)
                                arm_volt, arm_volt_max);
        }
 
-       printk(KERN_DEBUG "Perf changed[L%d]\n", index);
+       pr_debug("Perf changed[L%d]\n", index);
 
 exit:
        mutex_unlock(&set_freq_lock);
-- 
2.17.1

Reply via email to