On 11/21/2025 9:12 AM, Ed Maste wrote:
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 <[email protected]>

Reviewed-by: Mario Limonciello <[email protected]>

Thanks, I've applied it.

---
  drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c 
b/drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c
index 6c62e27b9800..d8a4e918846c 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c
@@ -1109,7 +1109,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;
                }

Reply via email to