drm/amd/amdgpu: Add missing newline in DRM_DEBUG_DRIVER message

This error message was emitted without a newline during bring-up on
FreeBSD.  Presumably the error doesn't occur on Linux so was not noticed
before.

Signed-off-by: Ed Maste <emaste@FreeBSD.org>
Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Ed Maste
2025-11-21 15:12:36 +00:00
committed by Alex Deucher
parent e53833ac82
commit ecd3fdfbee

View File

@@ -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;
}