diff options
Diffstat (limited to 'drivers/usb/core/hub.c')
| -rw-r--r-- | drivers/usb/core/hub.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c index 758c7f0ed15..c55208299cf 100644 --- a/drivers/usb/core/hub.c +++ b/drivers/usb/core/hub.c @@ -1460,7 +1460,7 @@ static int hub_port_reset(struct usb_hub *hub, int port1,  					port1, status);  		else {  			status = hub_port_wait_reset(hub, port1, udev, delay); -			if (status) +			if (status && status != -ENOTCONN)  				dev_dbg(hub->intfdev,  						"port_wait_reset: err = %d\n",  						status);  | 
