From: Jani Nikula Date: Wed, 2 Apr 2014 08:24:20 +0000 (+0300) Subject: drm/i915: fix command parser debug print format mismatches X-Git-Tag: omap-for-v3.16/fixes-against-rc1~44^2~63^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86a2512124c1734c66bf240fac52a2af08aa1c6f;p=pandora-kernel.git drm/i915: fix command parser debug print format mismatches Drop the cast from the pointer diff to fix: drivers/gpu/drm/i915/i915_cmd_parser.c:405:4: warning: format '%td' expects argument of type 'ptrdiff_t', but argument 5 has type 'long unsigned int' [-Wformat] While at it, use %u for u32. Reported-by: Randy Dunlap Signed-off-by: Jani Nikula [danvet: After conflict resolution only the "While at it, ..." part was left standing ...] Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed