usb: ohci-omap3: fix trivial typo
[cascardo/linux.git] / drivers / usb / host / ohci-omap3.c
index 2cc8a50..a37d599 100644 (file)
@@ -648,7 +648,7 @@ static int __devinit ohci_hcd_omap3_probe(struct platform_device *pdev)
 
        ret = omap3_start_ohci(omap, hcd);
        if (ret) {
-               dev_dbg(&pdev->dev, "failed to start ehci\n");
+               dev_dbg(&pdev->dev, "failed to start ohci\n");
                goto err_start;
        }