From: Hans Wennborg Date: Mon, 4 Aug 2014 00:19:27 +0000 (-0700) Subject: mfd: omap-usb-host: Fix %d confusingly prefixed with 0x in format string X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=ddde06b1816e78c871512cc1f29a4944a4197b5e;p=deliverable%2Flinux.git mfd: omap-usb-host: Fix %d confusingly prefixed with 0x in format string Signed-off-by: Hans Wennborg Signed-off-by: Lee Jones --- diff --git a/drivers/mfd/omap-usb-host.c b/drivers/mfd/omap-usb-host.c index 33a9234b701c..83dab2f0a50e 100644 --- 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; }