diff options
Diffstat (limited to 'drivers/net/mv643xx_eth.c')
-rw-r--r-- | drivers/net/mv643xx_eth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/mv643xx_eth.c b/drivers/net/mv643xx_eth.c index 9f2661355a4a..85ac42c85aa9 100644 --- a/drivers/net/mv643xx_eth.c +++ b/drivers/net/mv643xx_eth.c | |||
@@ -552,9 +552,9 @@ static irqreturn_t mv643xx_eth_int_handler(int irq, void *dev_id, | |||
552 | #else | 552 | #else |
553 | if (eth_int_cause & ETH_INT_CAUSE_RX) | 553 | if (eth_int_cause & ETH_INT_CAUSE_RX) |
554 | mv643xx_eth_receive_queue(dev, INT_MAX); | 554 | mv643xx_eth_receive_queue(dev, INT_MAX); |
555 | #endif | ||
555 | if (eth_int_cause_ext & ETH_INT_CAUSE_TX) | 556 | if (eth_int_cause_ext & ETH_INT_CAUSE_TX) |
556 | mv643xx_eth_free_completed_tx_descs(dev); | 557 | mv643xx_eth_free_completed_tx_descs(dev); |
557 | #endif | ||
558 | 558 | ||
559 | /* | 559 | /* |
560 | * If no real interrupt occured, exit. | 560 | * If no real interrupt occured, exit. |