Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 209399
b: refs/heads/master
c: 0753b48
h: refs/heads/master
i:
  209397: 2f0e6a1
  209395: cb3ffde
  209391: d99e2a0
v: v3
  • Loading branch information
Vikas Chaudhary authored and James Bottomley committed Aug 6, 2010
1 parent 0d75820 commit 3a79717
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: 9d4946f89fc050cadf66d08c47379ab62848a5b7
refs/heads/master: 0753b4871d5b09687cee652b380a6ca15aee330e
4 changes: 3 additions & 1 deletion trunk/drivers/scsi/qla4xxx/ql4_os.c
Original file line number Diff line number Diff line change
Expand Up @@ -1208,7 +1208,7 @@ static void qla4xxx_do_dpc(struct work_struct *work)

/* Initialization not yet finished. Don't do anything yet. */
if (!test_bit(AF_INIT_DONE, &ha->flags))
return;
goto do_dpc_exit;

/* HBA is in the process of being permanently disabled.
* Don't process anything */
Expand Down Expand Up @@ -1347,6 +1347,8 @@ static void qla4xxx_do_dpc(struct work_struct *work)
}
}
}

do_dpc_exit:
clear_bit(AF_DPC_SCHEDULED, &ha->flags);
}

Expand Down

0 comments on commit 3a79717

Please sign in to comment.