diff options
Diffstat (limited to 'drivers/usb/misc/usbtest.c')
| -rw-r--r-- | drivers/usb/misc/usbtest.c | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/usb/misc/usbtest.c b/drivers/usb/misc/usbtest.c index 3dab0c0b196..707a87da77f 100644 --- a/drivers/usb/misc/usbtest.c +++ b/drivers/usb/misc/usbtest.c @@ -1580,10 +1580,6 @@ usbtest_ioctl (struct usb_interface *intf, unsigned int code, void *buf)  		return -ERESTARTSYS;  	/* FIXME: What if a system sleep starts while a test is running? */ -	if (!intf->is_active) { -		mutex_unlock(&dev->lock); -		return -EHOSTUNREACH; -	}  	/* some devices, like ez-usb default devices, need a non-default  	 * altsetting to have any active endpoints.  some tests change  |