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:
@@ -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
|
||||
|
Reference in New Issue
Block a user