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>
This commit is contained in:
committed by
Alex Deucher
parent
9a70eba7f2
commit
8318a7eb98
@@ -138,7 +138,7 @@ uint32_t generic_reg_wait(const struct dc_context *ctx,
|
|||||||
return reg_val;
|
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);
|
delay_between_poll_us, time_out_num_tries, func_name);
|
||||||
return reg_val;
|
return reg_val;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user