summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/dc_helper.c
diff options
context:
space:
mode:
authorDmytro Laktyushkin2016-12-02 16:55:32 +0100
committerAlex Deucher2017-09-26 23:03:04 +0200
commit8318a7eb988c62fa231c71538628ba85d4fbe7ef (patch)
treef4ff025a9d1645127e04e984952c4f672bec4770 /drivers/gpu/drm/amd/display/dc/dc_helper.c
parentdrm/amd/display: consolidate dce8-11.2 display clock code (diff)
downloadkernel-qcow2-linux-8318a7eb988c62fa231c71538628ba85d4fbe7ef.tar.gz
kernel-qcow2-linux-8318a7eb988c62fa231c71538628ba85d4fbe7ef.tar.xz
kernel-qcow2-linux-8318a7eb988c62fa231c71538628ba85d4fbe7ef.zip
drm/amd/display: add newline to generic_reg_wait timeout message
Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@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>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dc_helper.c')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dc_helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dc_helper.c b/drivers/gpu/drm/amd/display/dc/dc_helper.c
index 3a80b0c08ae4..c5ff7b6d733d 100644
--- a/drivers/gpu/drm/amd/display/dc/dc_helper.c
+++ b/drivers/gpu/drm/amd/display/dc/dc_helper.c
@@ -138,7 +138,7 @@ uint32_t generic_reg_wait(const struct dc_context *ctx,
return reg_val;
}
- DC_ERR("REG_WAIT timeout %dus * %d tries - %s",
+ DC_ERR("REG_WAIT timeout %dus * %d tries - %s\n",
delay_between_poll_us, time_out_num_tries, func_name);
return reg_val;
}