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)
%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

Simple merge