Re: [PATCH] drm/msm/dp: Add newlines to debug printks

2023-08-25 Thread Abhinav Kumar
On 8/25/2023 4:01 PM, Stephen Boyd wrote: 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 Cc: Vinod Polimera Signed-off-by: Stephen Boyd --- drivers/gpu/drm/msm/dp/dp_link.c | 4

Re: [PATCH] drm/msm/dp: Add newlines to debug printks

2023-08-25 Thread Dmitry Baryshkov
On Sat, 26 Aug 2023 at 02:01, Stephen Boyd wrote: > > 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 > Cc: Vinod Polimera > Signed-off-by: Stephen Boyd > --- > drivers/gpu/drm/

[PATCH] drm/msm/dp: Add newlines to debug printks

2023-08-25 Thread Stephen Boyd
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 Cc: Vinod Polimera Signed-off-by: Stephen Boyd --- drivers/gpu/drm/msm/dp/dp_link.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deleti