Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171622
b: refs/heads/master
c: 90145c9
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and David S. Miller committed Nov 18, 2009
1 parent a127dfe commit 9b85e47
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: dddcb445a33c80bca11a6566364935e681c85809
refs/heads/master: 90145c9cae26002ebfb61f6566f6f15ca448f5d3
2 changes: 1 addition & 1 deletion trunk/drivers/net/ipg.c
Original file line number Diff line number Diff line change
Expand Up @@ -1751,7 +1751,7 @@ static int ipg_nic_open(struct net_device *dev)
/* Register the interrupt line to be used by the IPG within
* the Linux system.
*/
rc = request_irq(pdev->irq, &ipg_interrupt_handler, IRQF_SHARED,
rc = request_irq(pdev->irq, ipg_interrupt_handler, IRQF_SHARED,
dev->name, dev);
if (rc < 0) {
printk(KERN_INFO "%s: Error when requesting interrupt.\n",
Expand Down

0 comments on commit 9b85e47

Please sign in to comment.