[PATCH] USB: speedtouch remove error handling with usb_clear_halt
usb_clear_halt cannot be used from a completion handler because it sleeps As that code path would have crashed the driver, it's obviously not needed and can be removed.
Showing
Please register or sign in to comment