]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
drm/radeon: tone down overchatty acpi debug messages.
authorDave Airlie <airlied@redhat.com>
Wed, 4 Aug 2010 01:16:56 +0000 (11:16 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 4 Aug 2010 01:16:56 +0000 (11:16 +1000)
On non laptop systems we'll see these the whole time, so make them
less important.

Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/radeon_acpi.c
drivers/gpu/drm/radeon/radeon_kms.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;
        }
index e5b70542738964f6002f8ce8dc04e9efbe8b4299..ddcd3b13f15162cc9db280087b480a8171de8e30 100644 (file)
@@ -81,7 +81,7 @@ int radeon_driver_load_kms(struct drm_device *dev, unsigned long flags)
        /* Call ACPI methods */
        acpi_status = radeon_acpi_init(rdev);
        if (acpi_status)
-               dev_err(&dev->pdev->dev, "Error during ACPI methods call\n");
+               dev_dbg(&dev->pdev->dev, "Error during ACPI methods call\n");
 
        /* Again modeset_init should fail only on fatal error
         * otherwise it should provide enough functionalities