]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/amd/amdgpu: Add missing newline in DRM_DEBUG_DRIVER message
authorEd Maste <emaste@FreeBSD.org>
Fri, 21 Nov 2025 15:12:36 +0000 (15:12 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 8 Dec 2025 18:56:35 +0000 (13:56 -0500)
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>
drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c

index d31460a9e95829d372d99cbad4c39c16418a481f..14de162b469971c82b9a4fad12514b9d091ac898 100644 (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;
                }