]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/gpu/drm/radeon/radeon_acpi.c
drm/radeon: tone down overchatty acpi debug messages.
[mv-sheeva.git] / drivers / gpu / drm / radeon / radeon_acpi.c
index e366434035cbfae8d6e56b0d1b2dc8f99f18c63d..3f6636bb2d7f874abf0208cff67010f82c2f4e75 100644 (file)
@@ -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;
        }