Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273
b: refs/heads/master
c: e4334fa
h: refs/heads/master
i:
  271: 7f071f9
v: v3
  • Loading branch information
Phil Dibowitz authored and Greg K-H committed Apr 19, 2005
1 parent ed42968 commit 698fc38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 403a98176a5866217eb12ca6bb283e635ced2dd0
refs/heads/master: e4334fa4c5cb62f26d7e9a0a581126bcbe0dedcf
2 changes: 1 addition & 1 deletion trunk/drivers/usb/storage/transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,7 @@ int usb_stor_Bulk_transport(struct scsi_cmnd *srb, struct us_data *us)
* command phase and the data phase. Some devices need a little
* more than that, probably because of clock rate inaccuracies. */
if (unlikely(us->flags & US_FL_GO_SLOW))
udelay(110);
udelay(125);

if (transfer_length) {
unsigned int pipe = srb->sc_data_direction == DMA_FROM_DEVICE ?
Expand Down

0 comments on commit 698fc38

Please sign in to comment.