Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171627
b: refs/heads/master
c: aa36ab8
h: refs/heads/master
i:
  171625: 9fe08e5
  171623: c46eb40
v: v3
  • Loading branch information
Julia Lawall authored and David S. Miller committed Nov 18, 2009
1 parent 1852fb3 commit 8370390
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: a974a679d252ed9629061b2a29dc639f4557ca70
refs/heads/master: aa36ab8edb8a7e7be1f4cf99d0743e58e6249fb0
2 changes: 1 addition & 1 deletion trunk/drivers/net/typhoon.c
Original file line number Diff line number Diff line change
Expand Up @@ -2150,7 +2150,7 @@ typhoon_open(struct net_device *dev)
goto out_sleep;
}

err = request_irq(dev->irq, &typhoon_interrupt, IRQF_SHARED,
err = request_irq(dev->irq, typhoon_interrupt, IRQF_SHARED,
dev->name, dev);
if(err < 0)
goto out_sleep;
Expand Down

0 comments on commit 8370390

Please sign in to comment.