]> git.baikalelectronics.ru Git - kernel.git/commit
iommu/arm-smmu: fix decimal printf format specifiers prefixed with 0x
authorHans Wennborg <hans@hanshq.net>
Wed, 6 Aug 2014 04:42:01 +0000 (05:42 +0100)
committerWill Deacon <will.deacon@arm.com>
Tue, 2 Sep 2014 09:04:42 +0000 (10:04 +0100)
commite64f5e3a5154f1e6494bc5ec0f122668e0afcbc4
treec10f9a77dcd1de410090201c763bc1c7f7d0f3ed
parentbacda90446cef5db25c3eba4e7a2c41127344598
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 <hans@hanshq.net>
Signed-off-by: Will Deacon <will.deacon@arm.com>
drivers/iommu/arm-smmu.c