]> git.baikalelectronics.ru Git - kernel.git/commit
sparc: fix decimal printf format specifiers prefixed with 0x
authorHans Wennborg <hans@hanshq.net>
Wed, 6 Aug 2014 04:41:36 +0000 (21:41 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 6 Aug 2014 21:41:10 +0000 (14:41 -0700)
commit69e8e099a8f67a75d9e6021ddcf8812c813d0ad4
tree5dbc2b6b046a7ba257c19d4f941102b722a71683
parent96b1a029b1357b6189da4fe76541596c8d49dd22
sparc: 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: David S. Miller <davem@davemloft.net>
arch/sparc/kernel/smp_32.c