drm: fix print format of sequence in trace point
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Mon, 1 Jul 2013 10:44:14 +0000 (19:44 +0900)
committerDave Airlie <airlied@redhat.com>
Thu, 4 Jul 2013 00:55:27 +0000 (10:55 +1000)
commit04274cd058193cefc22f1ebda1e634d96cb59fa5
tree972be462e56b2b5cd22063d2e008ca068527d7f5
parentdf9b6a9c3333a99d4483e92ca6b225b335567313
drm: fix print format of sequence in trace point

seq of a trace point is unsigned int but print format was %d. So
it fixes the format as %u.

Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_trace.h