Skip to content

Commit

Permalink
usb: ohci-omap3: fix trivial typo
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Keshava Munegowda authored and Greg Kroah-Hartman committed Dec 16, 2010
1 parent 0a313c4 commit a0c9e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/host/ohci-omap3.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit a0c9e95

Please sign in to comment.