mfd: omap-usb-host: Fix %d confusingly prefixed with 0x in format string
Signed-off-by: Hans Wennborg <hans@hanshq.net> Signed-off-by: Lee Jones <lee.jones@linaro.org>
This commit is contained in:
parent
7d1311b93e
commit
ddde06b181
|
@ -647,7 +647,7 @@ static int usbhs_omap_probe(struct platform_device *pdev)
|
||||||
default:
|
default:
|
||||||
omap->nports = OMAP3_HS_USB_PORTS;
|
omap->nports = OMAP3_HS_USB_PORTS;
|
||||||
dev_dbg(dev,
|
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);
|
omap->usbhs_rev, omap->nports);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue