diff options
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon_kms.c')
-rw-r--r-- | drivers/gpu/drm/radeon/radeon_kms.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_kms.c b/drivers/gpu/drm/radeon/radeon_kms.c index e5b705427389..ddcd3b13f151 100644 --- a/drivers/gpu/drm/radeon/radeon_kms.c +++ b/drivers/gpu/drm/radeon/radeon_kms.c | |||
@@ -81,7 +81,7 @@ int radeon_driver_load_kms(struct drm_device *dev, unsigned long flags) | |||
81 | /* Call ACPI methods */ | 81 | /* Call ACPI methods */ |
82 | acpi_status = radeon_acpi_init(rdev); | 82 | acpi_status = radeon_acpi_init(rdev); |
83 | if (acpi_status) | 83 | if (acpi_status) |
84 | dev_err(&dev->pdev->dev, "Error during ACPI methods call\n"); | 84 | dev_dbg(&dev->pdev->dev, "Error during ACPI methods call\n"); |
85 | 85 | ||
86 | /* Again modeset_init should fail only on fatal error | 86 | /* Again modeset_init should fail only on fatal error |
87 | * otherwise it should provide enough functionalities | 87 | * otherwise it should provide enough functionalities |