Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276824
b: refs/heads/master
c: e1cd89c
h: refs/heads/master
v: v3
  • Loading branch information
Tomas Henzl authored and James Bottomley committed Dec 14, 2011
1 parent ad12d34 commit 0ee79e8
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 13483730a13bef372894aefcf73760f5c6c297be
refs/heads/master: e1cd89c507b41e4021ce6fb0d19d230f6a932ccd
4 changes: 3 additions & 1 deletion trunk/drivers/scsi/qla4xxx/ql4_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -787,8 +787,10 @@ void qla4xxx_free_ddb_index(struct scsi_qla_host *ha)
ret = qla4xxx_get_fwddb_entry(ha, idx, NULL, 0, NULL,
&next_idx, &state, &conn_err,
NULL, NULL);
if (ret == QLA_ERROR)
if (ret == QLA_ERROR) {
next_idx++;
continue;
}
if (state == DDB_DS_NO_CONNECTION_ACTIVE ||
state == DDB_DS_SESSION_FAILED) {
DEBUG2(ql4_printk(KERN_INFO, ha,
Expand Down

0 comments on commit 0ee79e8

Please sign in to comment.