commit | 0cc4cf6f3049fe174b6698016e046a233a2a6045 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Tue Apr 29 00:49:42 2014 -0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue May 27 15:26:29 2014 -0700 |
tree | f182bc2f9ad12559123c0ee76016ffb1846b5310 | |
parent | 2d53139f31626bad6f8983d8e519ddde2cbba921 [diff] |
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>