Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43902
b: refs/heads/master
c: d8a53b3
h: refs/heads/master
v: v3
  • Loading branch information
Kars de Jong authored and Linus Torvalds committed Dec 9, 2006
1 parent a1960f5 commit 3ec4f01
Show file tree
Hide file tree
Showing 2 changed files with 3 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: bf8af91bcd8aadad4933a51c1219ea35e1ae0d77
refs/heads/master: d8a53b358257625778387925165eaa97839b2f52
3 changes: 2 additions & 1 deletion trunk/drivers/net/apne.c
Original file line number Diff line number Diff line change
Expand Up @@ -311,9 +311,10 @@ static int __init apne_probe1(struct net_device *dev, int ioaddr)
#endif

dev->base_addr = ioaddr;
dev->irq = IRQ_AMIGA_PORTS;

/* Install the Interrupt handler */
i = request_irq(IRQ_AMIGA_PORTS, apne_interrupt, IRQF_SHARED, DRV_NAME, dev);
i = request_irq(dev->irq, apne_interrupt, IRQF_SHARED, DRV_NAME, dev);
if (i) return i;

for(i = 0; i < ETHER_ADDR_LEN; i++) {
Expand Down

0 comments on commit 3ec4f01

Please sign in to comment.