Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20398
b: refs/heads/master
c: 0d4be12
h: refs/heads/master
v: v3
  • Loading branch information
andrew.vasquez@qlogic.com authored and unknown committed Feb 7, 2006
1 parent b9dd16f commit 4ed2156
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 247ec457ce108000987be517c83868f6361d9f76
refs/heads/master: 0d4be1240b2668b6a3ffadb15eb660baf52f8377
1 change: 1 addition & 0 deletions trunk/drivers/scsi/qla2xxx/qla_iocb.c
Original file line number Diff line number Diff line change
Expand Up @@ -814,6 +814,7 @@ qla24xx_start_scsi(srb_t *sp)
cmd_pkt->port_id[2] = sp->fcport->d_id.b.domain;

int_to_scsilun(sp->cmd->device->lun, &cmd_pkt->lun);
host_to_fcp_swap((uint8_t *)&cmd_pkt->lun, sizeof(cmd_pkt->lun));

/* Load SCSI command packet. */
memcpy(cmd_pkt->fcp_cdb, cmd->cmnd, cmd->cmd_len);
Expand Down

0 comments on commit 4ed2156

Please sign in to comment.