ag71xx driver: remove unused code
SVN-Revision: 13542
This commit is contained in:
parent
f3be50a031
commit
9d5a38adad
1 changed files with 0 additions and 7 deletions
|
@ -738,13 +738,6 @@ static irqreturn_t ag71xx_interrupt(int irq, void *dev_id)
|
|||
}
|
||||
}
|
||||
|
||||
#if 0
|
||||
if (unlikely(status & AG71XX_INT_TX_UR)) {
|
||||
ag71xx_wr(ag, AG71XX_REG_TX_STATUS, TX_STATUS_UR);
|
||||
DBG("%s: TX underrun\n", dev->name);
|
||||
}
|
||||
#endif
|
||||
|
||||
if (likely(status & AG71XX_INT_POLL)) {
|
||||
ag71xx_int_disable(ag, AG71XX_INT_POLL);
|
||||
DBG("%s: enable polling mode\n", dev->name);
|
||||
|
|
Loading…
Reference in a new issue