Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276215
b: refs/heads/master
c: 82e5fc2
h: refs/heads/master
i:
  276213: acf1f66
  276211: 243747f
  276207: fc43b18
v: v3
  • Loading branch information
John W. Linville committed Nov 22, 2011
1 parent 9bd6e41 commit 5fbdaa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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: 6cccccafe9e8b88adb1800940ded6ad76c587e1b
refs/heads/master: 82e5fc2a34fa9ffea38f00c4066b7e600a0ca5e6
7 changes: 1 addition & 6 deletions trunk/drivers/net/wireless/rt2x00/rt2800pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -880,13 +880,8 @@ static irqreturn_t rt2800pci_interrupt(int irq, void *dev_instance)
rt2x00pci_register_read(rt2x00dev, INT_SOURCE_CSR, &reg);
rt2x00pci_register_write(rt2x00dev, INT_SOURCE_CSR, reg);

/*
* Some devices can generate interrupts with empty CSR register, we
* "handle" such irq's to prevent interrupt controller treat them as
* spurious interrupts and disable irq line.
*/
if (!reg)
return IRQ_HANDLED;
return IRQ_NONE;

if (!test_bit(DEVICE_STATE_ENABLED_RADIO, &rt2x00dev->flags))
return IRQ_HANDLED;
Expand Down

0 comments on commit 5fbdaa7

Please sign in to comment.