From: Seung-Woo Kim Date: Mon, 1 Jul 2013 10:44:14 +0000 (+0900) Subject: drm: fix print format of sequence in trace point X-Git-Tag: v3.11-rc1~65^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04274cd058193cefc22f1ebda1e634d96cb59fa5;p=pandora-kernel.git 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 Signed-off-by: Kyungmin Park Reviewed-by: Chris Wilson Signed-off-by: Dave Airlie --- Reading git-diff-tree failed