drm/radeon: tone down overchatty acpi debug messages.
On non laptop systems we'll see these the whole time, so make them less important. Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
@@ -35,7 +35,7 @@ static int radeon_atif_call(acpi_handle handle)
|
||||
|
||||
/* Fail only if calling the method fails and ATIF is supported */
|
||||
if (ACPI_FAILURE(status) && status != AE_NOT_FOUND) {
|
||||
printk(KERN_INFO "failed to evaluate ATIF got %s\n", acpi_format_exception(status));
|
||||
printk(KERN_DEBUG "failed to evaluate ATIF got %s\n", acpi_format_exception(status));
|
||||
kfree(buffer.pointer);
|
||||
return 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user