提交 1a14703d 编写于 作者: J Jesse Barnes 提交者: Matthew Garrett

ips driver: make it less chatty

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: NJesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: NMatthew Garrett <mjg@redhat.com>
上级 5aa06930
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册