Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171625
b: refs/heads/master
c: 91dcbf3
h: refs/heads/master
i:
  171623: c46eb40
v: v3
  • Loading branch information
Julia Lawall authored and David S. Miller committed Nov 18, 2009
1 parent d38e076 commit 9fe08e5
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: c2f379b2f8cf59e6bff4d028949a0273732460aa
refs/heads/master: 91dcbf36f77c3d563e844fe0ed52ae896654ca7c
2 changes: 1 addition & 1 deletion trunk/drivers/net/r6040.c
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ static int r6040_open(struct net_device *dev)
int ret;

/* Request IRQ and Register interrupt handler */
ret = request_irq(dev->irq, &r6040_interrupt,
ret = request_irq(dev->irq, r6040_interrupt,
IRQF_SHARED, dev->name, dev);
if (ret)
return ret;
Expand Down

0 comments on commit 9fe08e5

Please sign in to comment.