]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
usb: ehci: Correct a missing hypen in an error message
authorSimon Glass <sjg@chromium.org>
Mon, 6 Jul 2015 22:47:41 +0000 (16:47 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:48:58 +0000 (13:48 +0200)
Add a hyphen to correct the grammar.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/usb/host/ehci-hcd.c

index bf02221c9f0f5308399acacd1385c60a102ce825..b040f12ee9e7b1804088868029e46fe8d4a74085 100644 (file)
@@ -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;
                }