diff options
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/storage/transport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/storage/transport.c b/drivers/usb/storage/transport.c index d2c3d2fa082e..9743e289cd3b 100644 --- a/drivers/usb/storage/transport.c +++ b/drivers/usb/storage/transport.c | |||
@@ -996,7 +996,7 @@ int usb_stor_Bulk_transport(struct scsi_cmnd *srb, struct us_data *us) | |||
996 | * command phase and the data phase. Some devices need a little | 996 | * command phase and the data phase. Some devices need a little |
997 | * more than that, probably because of clock rate inaccuracies. */ | 997 | * more than that, probably because of clock rate inaccuracies. */ |
998 | if (unlikely(us->flags & US_FL_GO_SLOW)) | 998 | if (unlikely(us->flags & US_FL_GO_SLOW)) |
999 | udelay(110); | 999 | udelay(125); |
1000 | 1000 | ||
1001 | if (transfer_length) { | 1001 | if (transfer_length) { |
1002 | unsigned int pipe = srb->sc_data_direction == DMA_FROM_DEVICE ? | 1002 | unsigned int pipe = srb->sc_data_direction == DMA_FROM_DEVICE ? |