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
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue