Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271101
b: refs/heads/master
c: 528c04e
h: refs/heads/master
i:
  271099: 8cfec5f
v: v3
  • Loading branch information
Meelis Roos authored and James Bottomley committed Oct 16, 2011
1 parent b5427c2 commit 7eaf5eb
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: bf81973a5d907ca1226e295ef67f650b8f4e9b4c
refs/heads/master: 528c04ee6dcdb4591aab94a003e77e41cd7d2d23
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/qlogicpti.c
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@ static inline void cmd_frob(struct Command_Entry *cmd, struct scsi_cmnd *Cmnd,
cmd->control_flags |= CFLAG_WRITE;
else
cmd->control_flags |= CFLAG_READ;
cmd->time_out = 30;
cmd->time_out = Cmnd->request->timeout/HZ;
memcpy(cmd->cdb, Cmnd->cmnd, Cmnd->cmd_len);
}

Expand Down

0 comments on commit 7eaf5eb

Please sign in to comment.