OSDN Git Service

drm/amd/display: add newline to generic_reg_wait timeout message
authorDmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Fri, 2 Dec 2016 15:55:32 +0000 (10:55 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Sep 2017 21:03:04 +0000 (17:03 -0400)
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>
drivers/gpu/drm/amd/display/dc/dc_helper.c

index 3a80b0c..c5ff7b6 100644 (file)
@@ -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;
 }