From: Keshava Munegowda Date: Mon, 13 Dec 2010 16:30:51 +0000 (+0530) Subject: usb: ohci-omap3: fix trivial typo X-Git-Tag: v2.6.38-rc1~465^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a0c9e95dfc6898dbc178d7b962916f3823434e6e;p=thirdparty%2Fkernel%2Flinux.git usb: ohci-omap3: fix trivial typo This is the ohci-omap3 driver, not ehci-omap. Correct this obvious typo. Signed-off-by: Keshava Munegowda Signed-off-by: Anand Gadiyar Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/host/ohci-omap3.c b/drivers/usb/host/ohci-omap3.c index 2cc8a504b18ca..a37d5993e4e33 100644 --- a/drivers/usb/host/ohci-omap3.c +++ b/drivers/usb/host/ohci-omap3.c @@ -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; }