Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171628
b: refs/heads/master
c: 7678138
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and David S. Miller committed Nov 18, 2009
1 parent 8370390 commit 811c58b
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: aa36ab8edb8a7e7be1f4cf99d0743e58e6249fb0
refs/heads/master: 767813828f262679f1d9ed04deefb2e2f0768d7d
2 changes: 1 addition & 1 deletion trunk/drivers/net/via-rhine.c
Original file line number Diff line number Diff line change
Expand Up @@ -1150,7 +1150,7 @@ static int rhine_open(struct net_device *dev)
void __iomem *ioaddr = rp->base;
int rc;

rc = request_irq(rp->pdev->irq, &rhine_interrupt, IRQF_SHARED, dev->name,
rc = request_irq(rp->pdev->irq, rhine_interrupt, IRQF_SHARED, dev->name,
dev);
if (rc)
return rc;
Expand Down

0 comments on commit 811c58b

Please sign in to comment.