Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171629
b: refs/heads/master
c: 1ede9b5
h: refs/heads/master
i:
  171627: 8370390
v: v3
  • Loading branch information
Julia Lawall authored and David S. Miller committed Nov 18, 2009
1 parent 811c58b commit aff2648
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: 767813828f262679f1d9ed04deefb2e2f0768d7d
refs/heads/master: 1ede9b52fa911c9a523cf6bc40b5a2b134db957c
2 changes: 1 addition & 1 deletion trunk/drivers/net/via-velocity.c
Original file line number Diff line number Diff line change
Expand Up @@ -2176,7 +2176,7 @@ static int velocity_open(struct net_device *dev)

velocity_init_registers(vptr, VELOCITY_INIT_COLD);

ret = request_irq(vptr->pdev->irq, &velocity_intr, IRQF_SHARED,
ret = request_irq(vptr->pdev->irq, velocity_intr, IRQF_SHARED,
dev->name, dev);
if (ret < 0) {
/* Power down the chip */
Expand Down

0 comments on commit aff2648

Please sign in to comment.