]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
cpufreq: s5pv210: Don't flood kernel log after cpufreq change
authorPaweł Chmiel <pawel.mikolaj.chmiel@gmail.com>
Fri, 21 Jun 2019 10:10:43 +0000 (12:10 +0200)
committerViresh Kumar <viresh.kumar@linaro.org>
Mon, 24 Jun 2019 04:57:02 +0000 (10:27 +0530)
This commit replaces printk with pr_debug, so we don't flood kernel log.

Signed-off-by: Paweł Chmiel <pawel.mikolaj.chmiel@gmail.com>
Acked-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/s5pv210-cpufreq.c

index 5b4289460bc9ecdb61ef7cbbda15eca84cc2e4ab..c7b7d1e65b086dfdfcc9c7772500ac03655eca64 100644 (file)
@@ -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);