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 <[email protected]>
Signed-off-by: Matthew Garrett <[email protected]>
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;
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;