diff options
Diffstat (limited to 'drivers/net/tokenring/ibmtr.c')
-rw-r--r-- | drivers/net/tokenring/ibmtr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/tokenring/ibmtr.c b/drivers/net/tokenring/ibmtr.c index 75fa32e34fd0..5db0270957ac 100644 --- a/drivers/net/tokenring/ibmtr.c +++ b/drivers/net/tokenring/ibmtr.c | |||
@@ -680,7 +680,7 @@ static int __devinit ibmtr_probe1(struct net_device *dev, int PIOaddr) | |||
680 | 680 | ||
681 | /* The PCMCIA has already got the interrupt line and the io port, | 681 | /* The PCMCIA has already got the interrupt line and the io port, |
682 | so no chance of anybody else getting it - MLP */ | 682 | so no chance of anybody else getting it - MLP */ |
683 | if (request_irq(dev->irq = irq, &tok_interrupt, 0, "ibmtr", dev) != 0) { | 683 | if (request_irq(dev->irq = irq, tok_interrupt, 0, "ibmtr", dev) != 0) { |
684 | DPRINTK("Could not grab irq %d. Halting Token Ring driver.\n", | 684 | DPRINTK("Could not grab irq %d. Halting Token Ring driver.\n", |
685 | irq); | 685 | irq); |
686 | iounmap(t_mmio); | 686 | iounmap(t_mmio); |