Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205180
b: refs/heads/master
c: dc77de1
h: refs/heads/master
v: v3
  • Loading branch information
Dave Airlie committed Aug 4, 2010
1 parent aa088e4 commit ccbe3f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5b1714d386a2f0c0d270e3abe1ac39ad1b0ba010
refs/heads/master: dc77de12dde95c8da39e4c417eb70c7d445cf84b
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/radeon/radeon_acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/radeon/radeon_kms.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ccbe3f4

Please sign in to comment.