提交 8318a7eb 编写于 作者: D Dmytro Laktyushkin 提交者: Alex Deucher

drm/amd/display: add newline to generic_reg_wait timeout message

Signed-off-by: NDmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Reviewed-by: NTony Cheng <Tony.Cheng@amd.com>
Acked-by: NHarry Wentland <Harry.Wentland@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 9a70eba7
......@@ -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;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册