Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Keshava Munegowda and committed by
Greg Kroah-Hartman
a0c9e95d 0a313c4d

+1 -1
+1 -1
drivers/usb/host/ohci-omap3.c
··· 648 648 649 649 ret = omap3_start_ohci(omap, hcd); 650 650 if (ret) { 651 - dev_dbg(&pdev->dev, "failed to start ehci\n"); 651 + dev_dbg(&pdev->dev, "failed to start ohci\n"); 652 652 goto err_start; 653 653 } 654 654