Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38935
b: refs/heads/master
c: 15d1f53
h: refs/heads/master
i:
  38933: 51e8595
  38931: a70de7c
  38927: de5c1b3
v: v3
  • Loading branch information
Jes Sorensen authored and James Bottomley committed Sep 26, 2006
1 parent f109c8e commit 6b4e88b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: bc54ec6b0782979a440603beeed349b2eac39a59
refs/heads/master: 15d1f53fc7654d62af7e9b23049ae3b71f5b161c
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/qla1280.c
Original file line number Diff line number Diff line change
Expand Up @@ -2862,7 +2862,7 @@ qla1280_64bit_start_scsi(struct scsi_qla_host *ha, struct srb * sp)
memset(((char *)pkt + 8), 0, (REQUEST_ENTRY_SIZE - 8));

/* Set ISP command timeout. */
pkt->timeout = cpu_to_le16(30);
pkt->timeout = cpu_to_le16(cmd->timeout_per_command/HZ);

/* Set device target ID and LUN */
pkt->lun = SCSI_LUN_32(cmd);
Expand Down Expand Up @@ -3161,7 +3161,7 @@ qla1280_32bit_start_scsi(struct scsi_qla_host *ha, struct srb * sp)
memset(((char *)pkt + 8), 0, (REQUEST_ENTRY_SIZE - 8));

/* Set ISP command timeout. */
pkt->timeout = cpu_to_le16(30);
pkt->timeout = cpu_to_le16(cmd->timeout_per_command/HZ);

/* Set device target ID and LUN */
pkt->lun = SCSI_LUN_32(cmd);
Expand Down

0 comments on commit 6b4e88b

Please sign in to comment.