From: Dmytro Laktyushkin Date: Fri, 2 Dec 2016 15:55:32 +0000 (-0500) Subject: drm/amd/display: add newline to generic_reg_wait timeout message X-Git-Tag: v5.15~9960^2~23^2~876 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8318a7eb988c62fa231c71538628ba85d4fbe7ef;p=platform%2Fkernel%2Flinux-starfive.git drm/amd/display: add newline to generic_reg_wait timeout message Signed-off-by: Dmytro Laktyushkin Reviewed-by: Tony Cheng Acked-by: Harry Wentland Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/display/dc/dc_helper.c b/drivers/gpu/drm/amd/display/dc/dc_helper.c index 3a80b0c..c5ff7b6 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; }