Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213323
b: refs/heads/master
c: 6dbdda4
h: refs/heads/master
i:
  213321: 3b3adef
  213319: e702436
v: v3
  • Loading branch information
Giridhar Malavali authored and James Bottomley committed Sep 5, 2010
1 parent 3711ef3 commit 5c0d238
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: c9afb9a24db2e673971e790ee4c1bac55708f333
refs/heads/master: 6dbdda4d596f201b8a82a276a0c0b50ef2b899e8
5 changes: 2 additions & 3 deletions trunk/drivers/scsi/qla2xxx/qla_mbx.c
Original file line number Diff line number Diff line change
Expand Up @@ -3825,8 +3825,6 @@ qla2x00_loopback_test(scsi_qla_host_t *vha, struct msg_echo_lb *mreq,

/* Copy mailbox information */
memcpy( mresp, mcp->mb, 64);
mresp[3] = mcp->mb[18];
mresp[4] = mcp->mb[19];
return rval;
}

Expand Down Expand Up @@ -3887,9 +3885,10 @@ qla2x00_echo_test(scsi_qla_host_t *vha, struct msg_echo_lb *mreq,
}

/* Copy mailbox information */
memcpy( mresp, mcp->mb, 32);
memcpy(mresp, mcp->mb, 64);
return rval;
}

int
qla84xx_reset_chip(scsi_qla_host_t *ha, uint16_t enable_diagnostic)
{
Expand Down

0 comments on commit 5c0d238

Please sign in to comment.