Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360225
b: refs/heads/master
c: 0b7e7c5
h: refs/heads/master
i:
  360223: c6d3a16
v: v3
  • Loading branch information
Andrew Vasquez authored and James Bottomley committed Feb 22, 2013
1 parent 23978d1 commit 8d3485d
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 78d56df6174f6858f79620e0e06ece326a744353
refs/heads/master: 0b7e7c53307de217cfc7eeb036c9b8b013d67fcc
6 changes: 3 additions & 3 deletions trunk/drivers/scsi/qla2xxx/qla_os.c
Original file line number Diff line number Diff line change
Expand Up @@ -1305,14 +1305,14 @@ qla2x00_loop_reset(scsi_qla_host_t *vha)
}

if (ha->flags.enable_lip_full_login && !IS_CNA_CAPABLE(ha)) {
atomic_set(&vha->loop_state, LOOP_DOWN);
atomic_set(&vha->loop_down_timer, LOOP_DOWN_TIME);
qla2x00_mark_all_devices_lost(vha, 0);
ret = qla2x00_full_login_lip(vha);
if (ret != QLA_SUCCESS) {
ql_dbg(ql_dbg_taskm, vha, 0x802d,
"full_login_lip=%d.\n", ret);
}
atomic_set(&vha->loop_state, LOOP_DOWN);
atomic_set(&vha->loop_down_timer, LOOP_DOWN_TIME);
qla2x00_mark_all_devices_lost(vha, 0);
}

if (ha->flags.enable_lip_reset) {
Expand Down

0 comments on commit 8d3485d

Please sign in to comment.