mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-27 14:43:07 +01:00
usb: ehci: Correct a missing hypen in an error message
Add a hyphen to correct the grammar. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
36d7cc17bd
commit
19df0bc1b1
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue