* [PATCH] ips driver: make it less chatty
@ 2010-07-28 21:42 Jesse Barnes
0 siblings, 0 replies; only message in thread
From: Jesse Barnes @ 2010-07-28 21:42 UTC (permalink / raw)
To: Matthew Garrett, linux-kernel
We don't need a dev_warn when we exceed a thermal or power limit as
we'll handle it appropriately by clamping down on the CPU, GPU or both
as needed.
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
diff --git a/drivers/platform/x86/intel_ips.c b/drivers/platform/x86/intel_ips.c
index 0344822..afe82e5 100644
--- a/drivers/platform/x86/intel_ips.c
+++ b/drivers/platform/x86/intel_ips.c
@@ -607,7 +607,7 @@ static bool mcp_exceeded(struct ips_driver *ips)
spin_unlock_irqrestore(&ips->turbo_status_lock, flags);
if (ret)
- dev_warn(&ips->dev->dev,
+ dev_info(&ips->dev->dev,
"MCP power or thermal limit exceeded\n");
return ret;
@@ -635,7 +635,7 @@ static bool cpu_exceeded(struct ips_driver *ips, int cpu)
spin_unlock_irqrestore(&ips->turbo_status_lock, flags);
if (ret)
- dev_warn(&ips->dev->dev,
+ dev_info(&ips->dev->dev,
"CPU power or thermal limit exceeded\n");
return ret;
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-07-28 21:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-28 21:42 [PATCH] ips driver: make it less chatty Jesse Barnes
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox