commit | 50f9f7983773b92af10d8c4d3175a2692559c493 | [log] [tgz] |
---|---|---|
author | Hans Wennborg <hans@hanshq.net> | Tue Aug 05 21:43:55 2014 -0700 |
committer | Felipe Balbi <balbi@ti.com> | Tue Aug 19 09:24:45 2014 -0500 |
tree | 8b7f6ea1b1ea7dcfd13c94028b955f00e2d920aa | |
parent | bcabdc24dff2d65dcc5bec093f30302283e5fdf4 [diff] |
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>