Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44886
b: refs/heads/master
c: 9b6d2ef
h: refs/heads/master
v: v3
  • Loading branch information
Vitaly Wool authored and Linus Torvalds committed Dec 22, 2006
1 parent cffd0d0 commit d27a9cb
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: 9d7ac8be4b48737ad1cebd94ed754a269f360708
refs/heads/master: 9b6d2efed2f4cfa07827d3e497655ce91dd97866
2 changes: 1 addition & 1 deletion trunk/drivers/net/smc911x.c
Original file line number Diff line number Diff line change
Expand Up @@ -1331,7 +1331,7 @@ smc911x_rx_dma_irq(int dma, void *data)
static void smc911x_poll_controller(struct net_device *dev)
{
disable_irq(dev->irq);
smc911x_interrupt(dev->irq, dev, NULL);
smc911x_interrupt(dev->irq, dev);
enable_irq(dev->irq);
}
#endif
Expand Down

0 comments on commit d27a9cb

Please sign in to comment.