mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 02:21:52 +09:00
drm/msm/dp: Add newlines to debug printks
[ Upstream commiteba8c99a0f] These debug printks are missing newlines, causing drm debug logs to be hard to read. Add newlines so that the messages are on their own line. Cc: Kuogee Hsieh <quic_khsieh@quicinc.com> Cc: Vinod Polimera <quic_vpolimer@quicinc.com> Signed-off-by: Stephen Boyd <swboyd@chromium.org> Fixes:601f0479c5("drm/msm/dp: add logs across DP driver for ease of debugging") Fixes:cd779808cc("drm/msm/dp: Add basic PSR support for eDP") Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com> Patchwork: https://patchwork.freedesktop.org/patch/554533/ Link: https://lore.kernel.org/r/20230825230109.2264345-1-swboyd@chromium.org Signed-off-by: Abhinav Kumar <quic_abhinavk@quicinc.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
61b595ede9
commit
5f9d0edff2
@@ -1068,7 +1068,7 @@ int dp_link_process_request(struct dp_link *dp_link)
|
||||
}
|
||||
}
|
||||
|
||||
drm_dbg_dp(link->drm_dev, "sink request=%#x",
|
||||
drm_dbg_dp(link->drm_dev, "sink request=%#x\n",
|
||||
dp_link->sink_request);
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user