Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148021
b: refs/heads/master
c: e1f9160
h: refs/heads/master
i:
  148019: 3488595
v: v3
  • Loading branch information
Joe Carnuccio authored and James Bottomley committed May 20, 2009
1 parent 95b35e8 commit 25eddf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 7d0dba174af217c73931532adf6bffb91d16c40f
refs/heads/master: e1f916035f149540e5090207ceafca9ba779084e
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/qla2xxx/qla_gs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,7 @@ qla2x00_mgmt_svr_login(scsi_qla_host_t *vha)
return ret;

ha->isp_ops->fabric_login(vha, vha->mgmt_svr_loop_id, 0xff, 0xff, 0xfa,
mb, BIT_1);
mb, BIT_1|BIT_0);
if (mb[0] != MBS_COMMAND_COMPLETE) {
DEBUG2_13(printk("%s(%ld): Failed MANAGEMENT_SERVER login: "
"loop_id=%x mb[0]=%x mb[1]=%x mb[2]=%x mb[6]=%x mb[7]=%x\n",
Expand Down

0 comments on commit 25eddf3

Please sign in to comment.