Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343738
b: refs/heads/master
c: a394aac
h: refs/heads/master
v: v3
  • Loading branch information
David Jeffery authored and James Bottomley committed Nov 30, 2012
1 parent 31b3c33 commit dd8c92c
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 63ea923a97cb0d78efcbbd229950e101588f0ddb
refs/heads/master: a394aac88506159e047630fc90dc2242568382d8
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/qla2xxx/qla_os.c
Original file line number Diff line number Diff line change
Expand Up @@ -4505,9 +4505,9 @@ qla2x00_do_dpc(void *data)
"ISP abort end.\n");
}

if (test_bit(FCPORT_UPDATE_NEEDED, &base_vha->dpc_flags)) {
if (test_and_clear_bit(FCPORT_UPDATE_NEEDED,
&base_vha->dpc_flags)) {
qla2x00_update_fcports(base_vha);
clear_bit(FCPORT_UPDATE_NEEDED, &base_vha->dpc_flags);
}

if (test_bit(SCR_PENDING, &base_vha->dpc_flags)) {
Expand Down

0 comments on commit dd8c92c

Please sign in to comment.