提交 ddde06b1 编写于 作者: H Hans Wennborg 提交者: Lee Jones

mfd: omap-usb-host: Fix %d confusingly prefixed with 0x in format string

Signed-off-by: NHans Wennborg <hans@hanshq.net>
Signed-off-by: NLee Jones <lee.jones@linaro.org>
上级 7d1311b9
...@@ -647,7 +647,7 @@ static int usbhs_omap_probe(struct platform_device *pdev) ...@@ -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;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册