mfd: rtsx_usb: Fix decimal printf format specifiers prefixed with 0x
authorHans Wennborg <hans@hanshq.net>
Wed, 6 Aug 2014 04:42:28 +0000 (21:42 -0700)
committerLee Jones <lee.jones@linaro.org>
Fri, 26 Sep 2014 07:15:38 +0000 (08:15 +0100)
commit5e9bbf17b35f89f31e6b76b4810d8c772621c153
tree8a6402eabc0b872cb8fd38d0a4f83d169f7ddb30
parentf2b86781619c0822b4e0b561ef9aa499b5ed76ff
mfd: rtsx_usb: 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: Lee Jones <lee.jones@linaro.org>
drivers/mfd/rtsx_usb.c