Skip to content
Snippets Groups Projects
Commit c588f7d6 authored by Stephen Boyd's avatar Stephen Boyd Committed by Abhinav Kumar
Browse files

drm/msm: Add newlines to some debug prints


These debug prints are missing newlines, leading to multiple messages
being printed on one line and hard to read logs. Add newlines to have
the debug prints on separate lines. The DBG macro used to add a newline,
but I missed that while migrating to drm_dbg wrappers.

Fixes: 7cb017db ("drm/msm: Move FB debug prints to drm_dbg_state()")
Fixes: 721c6e0c ("drm/msm: Move vblank debug prints to drm_dbg_vbl()")
Signed-off-by: default avatarStephen Boyd <swboyd@chromium.org>
Reviewed-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: default avatarAbhinav Kumar <quic_abhinavk@quicinc.com>
Patchwork: https://patchwork.freedesktop.org/patch/584769/
Link: https://lore.kernel.org/r/20240325210810.1340820-1-swboyd@chromium.org


Signed-off-by: default avatarAbhinav Kumar <quic_abhinavk@quicinc.com>
parent e86750b0
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment