Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242723
b: refs/heads/master
c: 5fa8b57
h: refs/heads/master
i:
  242721: 514cdc2
  242719: 7591a80
v: v3
  • Loading branch information
Sarang Radke authored and James Bottomley committed Mar 23, 2011
1 parent 46709f6 commit 271d0b5
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 3dea642afd9187728d119fce5c82a7ed9faa9b6a
refs/heads/master: 5fa8b573134108a333a317378998a9f1299c4dd6
3 changes: 1 addition & 2 deletions trunk/drivers/scsi/qla4xxx/ql4_nx.c
Original file line number Diff line number Diff line change
Expand Up @@ -2304,14 +2304,13 @@ qla4_8xxx_enable_intrs(struct scsi_qla_host *ha)
void
qla4_8xxx_disable_intrs(struct scsi_qla_host *ha)
{
if (test_bit(AF_INTERRUPTS_ON, &ha->flags))
if (test_and_clear_bit(AF_INTERRUPTS_ON, &ha->flags))
qla4_8xxx_mbx_intr_disable(ha);

spin_lock_irq(&ha->hardware_lock);
/* BIT 10 - set */
qla4_8xxx_wr_32(ha, ha->nx_legacy_intr.tgt_mask_reg, 0x0400);
spin_unlock_irq(&ha->hardware_lock);
clear_bit(AF_INTERRUPTS_ON, &ha->flags);
}

struct ql4_init_msix_entry {
Expand Down

0 comments on commit 271d0b5

Please sign in to comment.