Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104944
b: refs/heads/master
c: f2ca60f
h: refs/heads/master
v: v3
  • Loading branch information
Lennert Buytenhek authored and Jeff Garzik committed Jul 22, 2008
1 parent 53d6c24 commit 9a82d91
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: 3d4634193aa95a6d04a786fc12b190d0e4295685
refs/heads/master: f2ca60f2067958e45f949e74abd580715c6c4b33
2 changes: 1 addition & 1 deletion trunk/drivers/net/mv643xx_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -2112,7 +2112,7 @@ static void mv643xx_eth_netpoll(struct net_device *dev)

mv643xx_eth_irq(dev->irq, dev);

wrl(mp, INT_MASK(mp->port_num), INT_TX_END | INT_RX | INT_CAUSE_EXT);
wrl(mp, INT_MASK(mp->port_num), INT_TX_END | INT_RX | INT_EXT);
}
#endif

Expand Down

0 comments on commit 9a82d91

Please sign in to comment.