diff options
author | Keshava Munegowda <keshava_mgowda@ti.com> | 2010-12-13 11:30:51 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-12-16 16:36:12 -0500 |
commit | a0c9e95dfc6898dbc178d7b962916f3823434e6e (patch) | |
tree | 1ba5ce281530edae373eae6f13b3271549fd319c /drivers/usb/host/ohci-omap3.c | |
parent | 0a313c4d2435ed0d86cf2295514f02de34cecd88 (diff) |
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/host/ohci-omap3.c')
-rw-r--r-- | drivers/usb/host/ohci-omap3.c | 2 |
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) | |||
648 | 648 | ||
649 | ret = omap3_start_ohci(omap, hcd); | 649 | ret = omap3_start_ohci(omap, hcd); |
650 | if (ret) { | 650 | if (ret) { |
651 | dev_dbg(&pdev->dev, "failed to start ehci\n"); | 651 | dev_dbg(&pdev->dev, "failed to start ohci\n"); |
652 | goto err_start; | 652 | goto err_start; |
653 | } | 653 | } |
654 | 654 | ||