diff options
-rw-r--r-- | 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 03448224aedb..afe82e50dfea 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) | |||
607 | spin_unlock_irqrestore(&ips->turbo_status_lock, flags); | 607 | spin_unlock_irqrestore(&ips->turbo_status_lock, flags); |
608 | 608 | ||
609 | if (ret) | 609 | if (ret) |
610 | dev_warn(&ips->dev->dev, | 610 | dev_info(&ips->dev->dev, |
611 | "MCP power or thermal limit exceeded\n"); | 611 | "MCP power or thermal limit exceeded\n"); |
612 | 612 | ||
613 | return ret; | 613 | return ret; |
@@ -635,7 +635,7 @@ static bool cpu_exceeded(struct ips_driver *ips, int cpu) | |||
635 | spin_unlock_irqrestore(&ips->turbo_status_lock, flags); | 635 | spin_unlock_irqrestore(&ips->turbo_status_lock, flags); |
636 | 636 | ||
637 | if (ret) | 637 | if (ret) |
638 | dev_warn(&ips->dev->dev, | 638 | dev_info(&ips->dev->dev, |
639 | "CPU power or thermal limit exceeded\n"); | 639 | "CPU power or thermal limit exceeded\n"); |
640 | 640 | ||
641 | return ret; | 641 | return ret; |