Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33577
b: refs/heads/master
c: b797b6d
h: refs/heads/master
i:
  33575: 5165391
v: v3
  • Loading branch information
Shyam Sundar authored and James Bottomley committed Aug 6, 2006
1 parent 1e452f4 commit 3d8faf5
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: 416780d3a7836a99568c6728830ced592a7a22e3
refs/heads/master: b797b6de9d4d8d085169a507c54b18e74dbe4f21
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 @@ -471,6 +471,7 @@ __qla2x00_marker(scsi_qla_host_t *ha, uint16_t loop_id, uint16_t lun,
mrk24->nport_handle = cpu_to_le16(loop_id);
mrk24->lun[1] = LSB(lun);
mrk24->lun[2] = MSB(lun);
host_to_fcp_swap(mrk24->lun, sizeof(mrk24->lun));
} else {
SET_TARGET_ID(ha, mrk->target, loop_id);
mrk->lun = cpu_to_le16(lun);
Expand Down

0 comments on commit 3d8faf5

Please sign in to comment.