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
@ -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…
Reference in New Issue
Block a user