aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c
index d31460a9e958..14de162b4699 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c
@@ -1108,7 +1108,7 @@ static int amdgpu_acpi_enumerate_xcc(void)
* one is not found, no need to check the rest.
*/
if (!acpi_dev) {
- DRM_DEBUG_DRIVER("No matching acpi device found for %s",
+ DRM_DEBUG_DRIVER("No matching acpi device found for %s\n",
hid);
break;
}