mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-05 22:28:00 +00:00
drm/msm/dpu: remove stray "\n"
The extra line-break in traces was annoying me. Signed-off-by: Rob Clark <robdclark@chromium.org> Reviewed-by: Sean Paul <sean@poorly.run> Signed-off-by: Rob Clark <robdclark@chromium.org>
This commit is contained in:
parent
241b507c16
commit
b721ea48d7
1 changed files with 1 additions and 1 deletions
|
@ -392,7 +392,7 @@ TRACE_EVENT(dpu_enc_rc,
|
||||||
__entry->rc_state = rc_state;
|
__entry->rc_state = rc_state;
|
||||||
__assign_str(stage_str, stage);
|
__assign_str(stage_str, stage);
|
||||||
),
|
),
|
||||||
TP_printk("%s: id:%u, sw_event:%d, idle_pc_supported:%s, rc_state:%d\n",
|
TP_printk("%s: id:%u, sw_event:%d, idle_pc_supported:%s, rc_state:%d",
|
||||||
__get_str(stage_str), __entry->drm_id, __entry->sw_event,
|
__get_str(stage_str), __entry->drm_id, __entry->sw_event,
|
||||||
__entry->idle_pc_supported ? "true" : "false",
|
__entry->idle_pc_supported ? "true" : "false",
|
||||||
__entry->rc_state)
|
__entry->rc_state)
|
||||||
|
|
Loading…
Add table
Reference in a new issue