diff options
author | Dave Airlie <airlied@redhat.com> | 2010-08-04 11:16:56 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-08-04 11:16:56 +1000 |
commit | dc77de12dde95c8da39e4c417eb70c7d445cf84b (patch) | |
tree | 994f449e0a0a80076e5dd94c559d365b0bb288c7 /drivers/gpu/drm/radeon/radeon_acpi.c | |
parent | 5b1714d386a2f0c0d270e3abe1ac39ad1b0ba010 (diff) |
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>
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon_acpi.c')
-rw-r--r-- | drivers/gpu/drm/radeon/radeon_acpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_acpi.c b/drivers/gpu/drm/radeon/radeon_acpi.c index e366434035c..3f6636bb2d7 100644 --- a/drivers/gpu/drm/radeon/radeon_acpi.c +++ b/drivers/gpu/drm/radeon/radeon_acpi.c @@ -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; } |