drm/amd/display: Add missing newlines in pstate wait debug messages

These were spamming the debugger logs.

Signed-off-by: Andrew Jiang <Andrew.Jiang@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Andrew Jiang
2017-10-04 14:10:16 -04:00
committed by Alex Deucher
parent 81739b7f49
commit e66a575508

View File

@@ -302,7 +302,7 @@ static void verify_allow_pstate_change_high(
if (i > pstate_wait_expected_timeout_us)
dm_logger_write(hws->ctx->logger, LOG_WARNING,
"pstate took longer than expected ~%dus",
"pstate took longer than expected ~%dus\n",
i);
return;
@@ -326,7 +326,7 @@ static void verify_allow_pstate_change_high(
}
dm_logger_write(hws->ctx->logger, LOG_WARNING,
"pstate TEST_DEBUG_DATA: 0x%X",
"pstate TEST_DEBUG_DATA: 0x%X\n",
debug_data);
BREAK_TO_DEBUGGER();
}