diff options
-rw-r--r-- | drivers/usb/host/ehci-hub.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-hub.c b/drivers/usb/host/ehci-hub.c index 256fbd42e48c..8f57c6e86e87 100644 --- a/drivers/usb/host/ehci-hub.c +++ b/drivers/usb/host/ehci-hub.c | |||
@@ -536,7 +536,8 @@ static int check_reset_complete ( | |||
536 | if (ehci->has_amcc_usb23) | 536 | if (ehci->has_amcc_usb23) |
537 | set_ohci_hcfs(ehci, 1); | 537 | set_ohci_hcfs(ehci, 1); |
538 | } else { | 538 | } else { |
539 | ehci_dbg (ehci, "port %d high speed\n", index + 1); | 539 | ehci_dbg(ehci, "port %d reset complete, port enabled\n", |
540 | index + 1); | ||
540 | /* ensure 440EPx ohci controller state is suspended */ | 541 | /* ensure 440EPx ohci controller state is suspended */ |
541 | if (ehci->has_amcc_usb23) | 542 | if (ehci->has_amcc_usb23) |
542 | set_ohci_hcfs(ehci, 0); | 543 | set_ohci_hcfs(ehci, 0); |