[PATCH] intel_ips: quieten "power or thermal limit exceeded" messages

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Cesar Eduardo Barros
Date: Thursday, August 26, 2010 - 4:29 pm

On my Dell Inspiron N4010, one of these messages is printed every five
seconds. Change both to dev_dbg to quieten them even more.

Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net>
---
 drivers/platform/x86/intel_ips.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/platform/x86/intel_ips.c b/drivers/platform/x86/intel_ips.c
index 9024480..7833adc 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_info(&ips->dev->dev,
+		dev_dbg(&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_info(&ips->dev->dev,
+		dev_dbg(&ips->dev->dev,
 			 "CPU power or thermal limit exceeded\n");
 
 	return ret;
-- 
1.7.2.2

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
intel ips: CPU TDP doesn't match expected value, Cesar Eduardo Barros, (Tue Aug 24, 5:48 pm)
Re: intel ips: CPU TDP doesn't match expected value, Jesse Barnes, (Tue Aug 24, 6:37 pm)
[PATCH] intel_ips: quieten "power or thermal limit exceede ..., Cesar Eduardo Barros, (Thu Aug 26, 4:29 pm)
Re: [PATCH] intel_ips: quieten &quot;power or thermal limit exc ..., Cesar Eduardo Barros, (Thu Aug 26, 5:22 pm)