Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 209857
b: refs/heads/master
c: 8539992
h: refs/heads/master
i:
  209855: 3a90429
v: v3
  • Loading branch information
Michal Simek authored and David S. Miller committed Aug 19, 2010
1 parent 9fc2a03 commit b188e8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 502820a3161e2f228125977d133dd80eea2932d1
refs/heads/master: 8539992f6091eb8206c781421312157d0c282e6e
4 changes: 2 additions & 2 deletions trunk/drivers/net/ll_temac_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -902,8 +902,8 @@ temac_poll_controller(struct net_device *ndev)
disable_irq(lp->tx_irq);
disable_irq(lp->rx_irq);

ll_temac_rx_irq(lp->tx_irq, lp);
ll_temac_tx_irq(lp->rx_irq, lp);
ll_temac_rx_irq(lp->tx_irq, ndev);
ll_temac_tx_irq(lp->rx_irq, ndev);

enable_irq(lp->tx_irq);
enable_irq(lp->rx_irq);
Expand Down

0 comments on commit b188e8c

Please sign in to comment.