From 9946ea5d21cf29a0f3deec9c0b524691e4b0d01b Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 2 May 2015 10:44:18 -0600 Subject: [PATCH] USB host: Need to include the port structure when disconnecting, otherwise may destroy a root hub port --- configs/sama5d4-ek/src/sam_usb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/sama5d4-ek/src/sam_usb.c b/configs/sama5d4-ek/src/sam_usb.c index 8f025c25057..ef6c28bbe1e 100644 --- a/configs/sama5d4-ek/src/sam_usb.c +++ b/configs/sama5d4-ek/src/sam_usb.c @@ -184,7 +184,7 @@ static int ehci_waiter(int argc, char *argv[]) * Name: sam_usbinitialize * * Description: - * Called from sam_usbinitialize very early in inialization to setup USB-related + * Called from sam_usbinitialize very early in initialization to setup USB-related * GPIO pins for the SAMA5D4-EK board. * * USB Ports