projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32b801e
)
USB: ehci-dbgp: fix typo in startup message
author
Ferenc Wagner
<wferi@niif.hu>
Mon, 10 Jan 2011 18:00:35 +0000
(19:00 +0100)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Sun, 23 Jan 2011 03:35:40 +0000
(19:35 -0800)
Signed-off-by: Ferenc Wagner <wferi@niif.hu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/early/ehci-dbgp.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/usb/early/ehci-dbgp.c
b/drivers/usb/early/ehci-dbgp.c
index 94ecdbc758ce60810cf176c0fdd479106b80bcdc..0bc06e2bcfcb9e600eb2b020286a6df78484787a 100644
(file)
--- a/
drivers/usb/early/ehci-dbgp.c
+++ b/
drivers/usb/early/ehci-dbgp.c
@@
-601,7
+601,7
@@
try_again:
dbgp_printk("dbgp_bulk_write failed: %d\n", ret);
goto err;
}
- dbgp_printk("small write done
d
\n");
+ dbgp_printk("small write done\n");
dbgp_not_safe = 0;
return 0;