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
|
@ -392,7 +392,7 @@ TRACE_EVENT(dpu_enc_rc,
|
|||
__entry->rc_state = rc_state;
|
||||
__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,
|
||||
__entry->idle_pc_supported ? "true" : "false",
|
||||
__entry->rc_state)
|
||||
|
|
Loading…
Reference in New Issue