Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 282273
b: refs/heads/master
c: ce505f9
h: refs/heads/master
i:
  282271: aaffec4
v: v3
  • Loading branch information
Vikas Chaudhary authored and James Bottomley committed Dec 15, 2011
1 parent 665cffe commit cccf426
Show file tree
Hide file tree
Showing 2 changed files with 11 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: 8e0f3a66a2833eaad618584c2bac89a8ae2efce7
refs/heads/master: ce505f9d1d9701f02b124ba1ee6caec21c2100e2
11 changes: 10 additions & 1 deletion trunk/drivers/scsi/qla4xxx/ql4_os.c
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,16 @@ qla4xxx_iface_set_param(struct Scsi_Host *shost, void *data, uint32_t len)
goto exit_init_fw_cb;
}

qla4xxx_disable_acb(ha);
rval = qla4xxx_disable_acb(ha);
if (rval != QLA_SUCCESS) {
ql4_printk(KERN_ERR, ha, "%s: disable acb mbx failed\n",
__func__);
rval = -EIO;
goto exit_init_fw_cb;
}

wait_for_completion_timeout(&ha->disable_acb_comp,
DISABLE_ACB_TOV * HZ);

qla4xxx_initcb_to_acb(init_fw_cb);

Expand Down

0 comments on commit cccf426

Please sign in to comment.