dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Keshava Munegowda 2010-12-13 22:00:51 +05:30 committed by Greg Kroah-Hartman
parent 0a313c4d24
commit a0c9e95dfc
1 changed files with 1 additions and 1 deletions

View 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;
}