linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND,v2] cpufreq: s5pv210: Don't flood kernel log after cpufreq change
@ 2019-06-21 10:10 Paweł Chmiel
  2019-06-24  4:57 ` Viresh Kumar
  0 siblings, 1 reply; 2+ messages in thread
From: Paweł Chmiel @ 2019-06-21 10:10 UTC (permalink / raw)
  To: kgene
  Cc: krzk, rjw, viresh.kumar, linux-arm-kernel, linux-samsung-soc,
	linux-pm, linux-kernel

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>
---
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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-24  4:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-21 10:10 [RESEND,v2] cpufreq: s5pv210: Don't flood kernel log after cpufreq change Paweł Chmiel
2019-06-24  4:57 ` Viresh Kumar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).