]> git.baikalelectronics.ru Git - kernel.git/commit
usb: musb: ux500: fix decimal printf format specifiers prefixed with 0x
authorHans Wennborg <hans@hanshq.net>
Wed, 6 Aug 2014 04:43:55 +0000 (21:43 -0700)
committerFelipe Balbi <balbi@ti.com>
Tue, 19 Aug 2014 14:24:45 +0000 (09:24 -0500)
commit498b61de4ca1eee5464e08c3f13a65e667819807
tree8b7f6ea1b1ea7dcfd13c94028b955f00e2d920aa
parent84ecffaf1c220d1ad662c37ab321204144536db6
usb: musb: ux500: 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: Felipe Balbi <balbi@ti.com>
drivers/usb/musb/ux500_dma.c