From: Hans Wennborg Date: Wed, 6 Aug 2014 04:43:55 +0000 (-0700) Subject: usb: musb: ux500: fix decimal printf format specifiers prefixed with 0x X-Git-Tag: omap-fixes-against-v3.17-rc3~24^2~15^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50f9f7983773b92af10d8c4d3175a2692559c493;p=pandora-kernel.git 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 Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed