From: Hans Wennborg Date: Wed, 6 Aug 2014 04:42:01 +0000 (+0100) Subject: iommu/arm-smmu: fix decimal printf format specifiers prefixed with 0x X-Git-Tag: fixes-for-v3.18-merge-window~141^2~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70c9a7db93a152e975c4158b944c6b50579415c2;p=pandora-kernel.git iommu/arm-smmu: fix decimal printf format specifiers prefixed with 0x The prefix suggests the number should be printed in hex, so use the %x specifier to do that. Found by using regex suggested by Joe Perches. Signed-off-by: Hans Wennborg Signed-off-by: Will Deacon --- Reading git-diff-tree failed