]> git.karo-electronics.de Git - karo-tx-linux.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)
commit50f9f7983773b92af10d8c4d3175a2692559c493
tree8b7f6ea1b1ea7dcfd13c94028b955f00e2d920aa
parentbcabdc24dff2d65dcc5bec093f30302283e5fdf4
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