aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
diff options
context:
space:
mode:
authorKeshava Munegowda <keshava_mgowda@ti.com>2010-12-13 22:00:51 +0530
committerGreg Kroah-Hartman <gregkh@suse.de>2010-12-16 13:36:12 -0800
commita0c9e95dfc6898dbc178d7b962916f3823434e6e (patch)
tree1ba5ce281530edae373eae6f13b3271549fd319c /drivers/usb
parentUSB: gadget: ci13xxx: don't assume that PAGE_SIZE is 4096 (diff)
downloadlinux-dev-a0c9e95dfc6898dbc178d7b962916f3823434e6e.tar.xz
linux-dev-a0c9e95dfc6898dbc178d7b962916f3823434e6e.zip
usb: ohci-omap3: fix trivial typo
This is the ohci-omap3 driver, not ehci-omap. Correct this obvious typo. Signed-off-by: Keshava Munegowda <keshava_mgowda@ti.com> Signed-off-by: Anand Gadiyar <gadiyar@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb')
-rw-r--r--drivers/usb/host/ohci-omap3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ohci-omap3.c b/drivers/usb/host/ohci-omap3.c
index 2cc8a504b18c..a37d5993e4e3 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;
}