projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d1311b
)
mfd: omap-usb-host: Fix %d confusingly prefixed with 0x in format string
author
Hans Wennborg
<hans@hanshq.net>
Mon, 4 Aug 2014 00:19:27 +0000
(17:19 -0700)
committer
Lee Jones
<lee.jones@linaro.org>
Wed, 20 Aug 2014 12:26:52 +0000
(13:26 +0100)
Signed-off-by: Hans Wennborg <hans@hanshq.net>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/omap-usb-host.c
patch
|
blob
|
history
diff --git
a/drivers/mfd/omap-usb-host.c
b/drivers/mfd/omap-usb-host.c
index 33a9234b701c51b7c30c899c026fc92f6d4a0771..83dab2f0a50e2a1f6d63fe3d340d38a85b4afe3b 100644
(file)
--- a/
drivers/mfd/omap-usb-host.c
+++ b/
drivers/mfd/omap-usb-host.c
@@
-647,7
+647,7
@@
static int usbhs_omap_probe(struct platform_device *pdev)
default:
omap->nports = OMAP3_HS_USB_PORTS;
dev_dbg(dev,
- "USB HOST Rev:0x%
d
not recognized, assuming %d ports\n",
+ "USB HOST Rev:0x%
x
not recognized, assuming %d ports\n",
omap->usbhs_rev, omap->nports);
break;
}