Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a0c9e95d authored by Keshava Munegowda's avatar Keshava Munegowda Committed by Greg Kroah-Hartman
Browse files

usb: ohci-omap3: fix trivial typo



This is the ohci-omap3 driver, not ehci-omap. Correct this
obvious typo.

Signed-off-by: default avatarKeshava Munegowda <keshava_mgowda@ti.com>
Signed-off-by: default avatarAnand Gadiyar <gadiyar@ti.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 0a313c4d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -648,7 +648,7 @@ static int __devinit ohci_hcd_omap3_probe(struct platform_device *pdev)


	ret = omap3_start_ohci(omap, hcd);
	ret = omap3_start_ohci(omap, hcd);
	if (ret) {
	if (ret) {
		dev_dbg(&pdev->dev, "failed to start ehci\n");
		dev_dbg(&pdev->dev, "failed to start ohci\n");
		goto err_start;
		goto err_start;
	}
	}