Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161050
b: refs/heads/master
c: eb94114
h: refs/heads/master
v: v3
  • Loading branch information
Anirban Chakraborty authored and James Bottomley committed Aug 22, 2009
1 parent 8809406 commit 7f89bd6
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 80de7efa6d6a4eb72e917bb2d814f38332090d45
refs/heads/master: eb94114bfd894dce1955e2ece575db544cecd921
6 changes: 4 additions & 2 deletions trunk/drivers/scsi/qla2xxx/qla_isr.c
Original file line number Diff line number Diff line change
Expand Up @@ -1769,8 +1769,10 @@ qla24xx_msix_rsp_q(int irq, void *dev_id)

vha = qla25xx_get_host(rsp);
qla24xx_process_response_queue(vha, rsp);
WRT_REG_DWORD(&reg->hccr, HCCRX_CLR_RISC_INT);

if (!ha->mqenable) {
WRT_REG_DWORD(&reg->hccr, HCCRX_CLR_RISC_INT);
RD_REG_DWORD_RELAXED(&reg->hccr);
}
spin_unlock_irq(&ha->hardware_lock);

return IRQ_HANDLED;
Expand Down

0 comments on commit 7f89bd6

Please sign in to comment.