Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204076
b: refs/heads/master
c: 7e2b895
h: refs/heads/master
v: v3
  • Loading branch information
Giridhar Malavali authored and James Bottomley committed Jul 27, 2010
1 parent ee63bb9 commit 7da742d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: d3fa9e7d270e3d9b3fda325cdcb2ea77a00ed876
refs/heads/master: 7e2b895b93db603ac3462175baa846ebf1be44da
8 changes: 4 additions & 4 deletions trunk/drivers/scsi/qla2xxx/qla_mbx.c
Original file line number Diff line number Diff line change
Expand Up @@ -866,8 +866,8 @@ qla2x00_abort_target(struct fc_port *fcport, unsigned int l, int tag)

l = l;
vha = fcport->vha;
req = vha->hw->req_q_map[tag];
rsp = vha->hw->rsp_q_map[tag];
req = vha->hw->req_q_map[0];
rsp = req->rsp;
mcp->mb[0] = MBC_ABORT_TARGET;
mcp->out_mb = MBX_9|MBX_2|MBX_1|MBX_0;
if (HAS_EXTENDED_IDS(vha->hw)) {
Expand Down Expand Up @@ -915,8 +915,8 @@ qla2x00_lun_reset(struct fc_port *fcport, unsigned int l, int tag)
DEBUG11(printk("%s(%ld): entered.\n", __func__, fcport->vha->host_no));

vha = fcport->vha;
req = vha->hw->req_q_map[tag];
rsp = vha->hw->rsp_q_map[tag];
req = vha->hw->req_q_map[0];
rsp = req->rsp;
mcp->mb[0] = MBC_LUN_RESET;
mcp->out_mb = MBX_9|MBX_3|MBX_2|MBX_1|MBX_0;
if (HAS_EXTENDED_IDS(vha->hw))
Expand Down

0 comments on commit 7da742d

Please sign in to comment.