ag71xx driver: interrupt status is masked by hw, don't mask it again
SVN-Revision: 13543
This commit is contained in:
parent
9d5a38adad
commit
d058a11ada
1 changed files with 0 additions and 2 deletions
|
@ -721,8 +721,6 @@ static irqreturn_t ag71xx_interrupt(int irq, void *dev_id)
|
|||
|
||||
status = ag71xx_rr(ag, AG71XX_REG_INT_STATUS);
|
||||
ag71xx_dump_intr(ag, "raw", status);
|
||||
status &= ag71xx_rr(ag, AG71XX_REG_INT_ENABLE);
|
||||
ag71xx_dump_intr(ag, "masked", status);
|
||||
|
||||
if (unlikely(!status))
|
||||
return IRQ_NONE;
|
||||
|
|
Loading…
Reference in a new issue