diff options
Diffstat (limited to 'drivers/usb/storage')
-rw-r--r-- | drivers/usb/storage/transport.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/usb/storage/transport.c b/drivers/usb/storage/transport.c index d6acc92a4ae3..f23514c4e649 100644 --- a/drivers/usb/storage/transport.c +++ b/drivers/usb/storage/transport.c | |||
@@ -294,11 +294,6 @@ static int interpret_urb_result(struct us_data *us, unsigned int pipe, | |||
294 | return USB_STOR_XFER_ERROR; | 294 | return USB_STOR_XFER_ERROR; |
295 | return USB_STOR_XFER_STALLED; | 295 | return USB_STOR_XFER_STALLED; |
296 | 296 | ||
297 | /* timeout or excessively long NAK */ | ||
298 | case -ETIMEDOUT: | ||
299 | US_DEBUGP("-- timeout or NAK\n"); | ||
300 | return USB_STOR_XFER_ERROR; | ||
301 | |||
302 | /* babble - the device tried to send more than we wanted to read */ | 297 | /* babble - the device tried to send more than we wanted to read */ |
303 | case -EOVERFLOW: | 298 | case -EOVERFLOW: |
304 | US_DEBUGP("-- babble\n"); | 299 | US_DEBUGP("-- babble\n"); |