]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
usb: dwc2: Remove '0x' notation when using %pad format
authorFabio Estevam <fabio.estevam@freescale.com>
Tue, 29 Apr 2014 03:49:42 +0000 (00:49 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 May 2014 22:26:29 +0000 (15:26 -0700)
commit0cc4cf6f3049fe174b6698016e046a233a2a6045
treef182bc2f9ad12559123c0ee76016ffb1846b5310
parent2d53139f31626bad6f8983d8e519ddde2cbba921
usb: dwc2: Remove '0x' notation when using %pad format

%pad notation automatically prints in hexadecimal format (with '0x'), so remove
the unneeded '0x' to avoid a '0x0x' string.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Paul Zimmerman <paulz@synopsys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/dwc2/gadget.c