projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02274fc
)
drm/radeon: correct indentation
author
Xu Wang
<vulab@iscas.ac.cn>
Wed, 10 Nov 2021 09:42:42 +0000
(09:42 +0000)
committer
Alex Deucher
<alexander.deucher@amd.com>
Wed, 17 Nov 2021 21:58:12 +0000
(16:58 -0500)
Correct indentation in radeon_driver_load_kms.
Signed-off-by: Xu Wang <vulab@iscas.ac.cn>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/radeon_kms.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/radeon/radeon_kms.c
b/drivers/gpu/drm/radeon/radeon_kms.c
index 482fb0ae6cb5db1f6a6723798171924bdf7c15bf..7afe2840808539ffc0090d63613b1a95f4e403a7 100644
(file)
--- a/
drivers/gpu/drm/radeon/radeon_kms.c
+++ b/
drivers/gpu/drm/radeon/radeon_kms.c
@@
-168,7
+168,7
@@
int radeon_driver_load_kms(struct drm_device *dev, unsigned long flags)
if (!r) {
acpi_status = radeon_acpi_init(rdev);
if (acpi_status)
- dev_dbg(dev->dev, "Error during ACPI methods call\n");
+
dev_dbg(dev->dev, "Error during ACPI methods call\n");
}
if (radeon_is_px(dev)) {