Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328857
b: refs/heads/master
c: 1459c0e
h: refs/heads/master
i:
  328855: 1306b8c
v: v3
  • Loading branch information
Saurav Kashyap authored and James Bottomley committed Sep 24, 2012
1 parent 733fa68 commit 16f4bfa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: bf5b8ad7bd7ad56fc4d4132996babb74443672d6
refs/heads/master: 1459c0e16d1aef234991ff2bad516404695057db
6 changes: 4 additions & 2 deletions trunk/drivers/scsi/qla2xxx/qla_nx.c
Original file line number Diff line number Diff line change
Expand Up @@ -3028,8 +3028,10 @@ qla8xxx_dev_failed_handler(scsi_qla_host_t *vha)
ql_log(ql_log_fatal, vha, 0x00b8,
"Disabling the board.\n");

qla82xx_clear_drv_active(ha);
qla82xx_idc_unlock(ha);
if (IS_QLA82XX(ha)) {
qla82xx_clear_drv_active(ha);
qla82xx_idc_unlock(ha);
}

/* Set DEV_FAILED flag to disable timer */
vha->device_flags |= DFLG_DEV_FAILED;
Expand Down

0 comments on commit 16f4bfa

Please sign in to comment.