Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93947
b: refs/heads/master
c: 666301e
h: refs/heads/master
i:
  93945: e72288f
  93943: 8132071
v: v3
  • Loading branch information
Andrew Vasquez authored and James Bottomley committed Apr 27, 2008
1 parent 03790e4 commit c11d2ed
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: c6852c4c5984fff130a859792d4b26d30c85c54b
refs/heads/master: 666301e673e192c87a40e07a8357d6996b57b70f
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/qla2xxx/qla_os.c
Original file line number Diff line number Diff line change
Expand Up @@ -2373,7 +2373,7 @@ qla2x00_do_dpc(void *data)
} else {
fcport->login_retry = 0;
}
if (fcport->login_retry == 0)
if (fcport->login_retry == 0 && status != QLA_SUCCESS)
fcport->loop_id = FC_NO_LOOP_ID;
}
if (test_bit(LOOP_RESYNC_NEEDED, &ha->dpc_flags))
Expand Down

0 comments on commit c11d2ed

Please sign in to comment.