Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7675
b: refs/heads/master
c: 5262d08
h: refs/heads/master
i:
  7673: 13d07cd
  7671: 8f1df21
v: v3
  • Loading branch information
James Bottomley authored and James Bottomley committed Aug 8, 2005
1 parent 3ffd68b commit 3b9447a
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: a2ae85df80a5b996a05d6d2ffc9bf97797e93ec6
refs/heads/master: 5262d0851cc6692390ee1aa2c55f57f3bfd0a7c7
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/aacraid/aachba.c
Original file line number Diff line number Diff line change
Expand Up @@ -1898,7 +1898,7 @@ static int aac_send_srb_fib(struct scsi_cmnd* scsicmd)
srbcmd->id = cpu_to_le32(scsicmd->device->id);
srbcmd->lun = cpu_to_le32(scsicmd->device->lun);
srbcmd->flags = cpu_to_le32(flag);
timeout = (scsicmd->timeout-jiffies)/HZ;
timeout = scsicmd->timeout_per_command/HZ;
if(timeout == 0){
timeout = 1;
}
Expand Down

0 comments on commit 3b9447a

Please sign in to comment.