projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36d7cc1
)
usb: ehci: Correct a missing hypen in an error message
author
Simon Glass
<sjg@chromium.org>
Mon, 6 Jul 2015 22:47:41 +0000
(16:47 -0600)
committer
Simon Glass
<sjg@chromium.org>
Tue, 21 Jul 2015 23:39:38 +0000
(17:39 -0600)
Add a hyphen to correct the grammar.
Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/usb/host/ehci-hcd.c
patch
|
blob
|
history
diff --git
a/drivers/usb/host/ehci-hcd.c
b/drivers/usb/host/ehci-hcd.c
index bf02221c9f0f5308399acacd1385c60a102ce825..b040f12ee9e7b1804088868029e46fe8d4a74085 100644
(file)
--- a/
drivers/usb/host/ehci-hcd.c
+++ b/
drivers/usb/host/ehci-hcd.c
@@
-321,7
+321,7
@@
static void ehci_update_endpt2_dev_n_port(struct usb_device *udev,
struct udevice *dev = parent;
if (device_get_uclass_id(dev->parent) != UCLASS_USB_HUB) {
- printf("ehci: Error cannot find high
speed parent of usb-1 device\n");
+ printf("ehci: Error cannot find high
-
speed parent of usb-1 device\n");
return;
}