diff options
| -rw-r--r-- | drivers/gpu/drm/drm_trace.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/drm/drm_trace.h b/drivers/gpu/drm/drm_trace.h index 03ea964aa604..27cc95f36381 100644 --- a/drivers/gpu/drm/drm_trace.h +++ b/drivers/gpu/drm/drm_trace.h | |||
| @@ -21,7 +21,7 @@ TRACE_EVENT(drm_vblank_event, | |||
| 21 | __entry->crtc = crtc; | 21 | __entry->crtc = crtc; |
| 22 | __entry->seq = seq; | 22 | __entry->seq = seq; |
| 23 | ), | 23 | ), |
| 24 | TP_printk("crtc=%d, seq=%d", __entry->crtc, __entry->seq) | 24 | TP_printk("crtc=%d, seq=%u", __entry->crtc, __entry->seq) |
| 25 | ); | 25 | ); |
| 26 | 26 | ||
| 27 | TRACE_EVENT(drm_vblank_event_queued, | 27 | TRACE_EVENT(drm_vblank_event_queued, |
| @@ -37,7 +37,7 @@ TRACE_EVENT(drm_vblank_event_queued, | |||
| 37 | __entry->crtc = crtc; | 37 | __entry->crtc = crtc; |
| 38 | __entry->seq = seq; | 38 | __entry->seq = seq; |
| 39 | ), | 39 | ), |
| 40 | TP_printk("pid=%d, crtc=%d, seq=%d", __entry->pid, __entry->crtc, \ | 40 | TP_printk("pid=%d, crtc=%d, seq=%u", __entry->pid, __entry->crtc, \ |
| 41 | __entry->seq) | 41 | __entry->seq) |
| 42 | ); | 42 | ); |
| 43 | 43 | ||
| @@ -54,7 +54,7 @@ TRACE_EVENT(drm_vblank_event_delivered, | |||
| 54 | __entry->crtc = crtc; | 54 | __entry->crtc = crtc; |
| 55 | __entry->seq = seq; | 55 | __entry->seq = seq; |
| 56 | ), | 56 | ), |
| 57 | TP_printk("pid=%d, crtc=%d, seq=%d", __entry->pid, __entry->crtc, \ | 57 | TP_printk("pid=%d, crtc=%d, seq=%u", __entry->pid, __entry->crtc, \ |
| 58 | __entry->seq) | 58 | __entry->seq) |
| 59 | ); | 59 | ); |
| 60 | 60 | ||
