Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 112192
b: refs/heads/master
c: f47aeff
h: refs/heads/master
v: v3
  • Loading branch information
Jarek Poplawski authored and David S. Miller committed Oct 8, 2008
1 parent 18889ac commit 409dde9
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: 23e55a32ca1ffdbe7a492ef99f0e0ac48e504a13
refs/heads/master: f47aeffd6089ed7a0cd18073e88cd505f188b0b7
4 changes: 2 additions & 2 deletions trunk/drivers/net/lib8390.c
Original file line number Diff line number Diff line change
Expand Up @@ -530,9 +530,9 @@ static irqreturn_t __ei_interrupt(int irq, void *dev_id)
#ifdef CONFIG_NET_POLL_CONTROLLER
static void __ei_poll(struct net_device *dev)
{
disable_irq_lockdep(dev->irq);
disable_irq(dev->irq);
__ei_interrupt(dev->irq, dev);
enable_irq_lockdep(dev->irq);
enable_irq(dev->irq);
}
#endif

Expand Down

0 comments on commit 409dde9

Please sign in to comment.