projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a313c4
)
usb: ohci-omap3: fix trivial typo
author
Keshava Munegowda
<keshava_mgowda@ti.com>
Mon, 13 Dec 2010 16:30:51 +0000
(22:00 +0530)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 16 Dec 2010 21:36:12 +0000
(13:36 -0800)
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>
drivers/usb/host/ohci-omap3.c
patch
|
blob
|
history
diff --git
a/drivers/usb/host/ohci-omap3.c
b/drivers/usb/host/ohci-omap3.c
index 2cc8a504b18cacbc570605a3f936adaaa678c20d..a37d5993e4e3320a0883a9f9c8652ec6ab3c8990 100644
(file)
--- 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)
ret = omap3_start_ohci(omap, hcd);
if (ret) {
- dev_dbg(&pdev->dev, "failed to start
e
hci\n");
+ dev_dbg(&pdev->dev, "failed to start
o
hci\n");
goto err_start;
}