Commit ecd3fdfb authored by Ed Maste's avatar Ed Maste Committed by Alex Deucher
Browse files

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: default avatarEd Maste <emaste@FreeBSD.org>
Reviewed-by: default avatarMario Limonciello <mario.limonciello@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent e53833ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
		}