Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25686
b: refs/heads/master
c: 5c53740
h: refs/heads/master
v: v3
  • Loading branch information
Brent Cook authored and Jeff Garzik committed Apr 12, 2006
1 parent 39b9203 commit 5178eb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: e19360f2945f54eb44ae170ec9c33910d29834a2
refs/heads/master: 5c5374087707d7848cb13f15e7c175daf346301c
2 changes: 1 addition & 1 deletion trunk/drivers/net/mv643xx_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -552,9 +552,9 @@ static irqreturn_t mv643xx_eth_int_handler(int irq, void *dev_id,
#else
if (eth_int_cause & ETH_INT_CAUSE_RX)
mv643xx_eth_receive_queue(dev, INT_MAX);
#endif
if (eth_int_cause_ext & ETH_INT_CAUSE_TX)
mv643xx_eth_free_completed_tx_descs(dev);
#endif

/*
* If no real interrupt occured, exit.
Expand Down

0 comments on commit 5178eb7

Please sign in to comment.