diff options
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/core/hub.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c index 9fc5179dfc60..1e23e360ea91 100644 --- a/drivers/usb/core/hub.c +++ b/drivers/usb/core/hub.c | |||
@@ -2708,6 +2708,7 @@ loop: | |||
2708 | if ((status == -ENOTCONN) || (status == -ENOTSUPP)) | 2708 | if ((status == -ENOTCONN) || (status == -ENOTSUPP)) |
2709 | break; | 2709 | break; |
2710 | } | 2710 | } |
2711 | dev_err(hub_dev, "unable to enumerate USB device on port %d\n", port1); | ||
2711 | 2712 | ||
2712 | done: | 2713 | done: |
2713 | hub_port_disable(hub, port1, 1); | 2714 | hub_port_disable(hub, port1, 1); |