]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/tokenring/ibmtr.c
drivers/net: request_irq - Remove unnecessary leading & from second arg
[net-next-2.6.git] / drivers / net / tokenring / ibmtr.c
index 75fa32e34fd00df30c9f8c009fc53449b44f0288..5db0270957ac910e0eac68280f28c71d43c89471 100644 (file)
@@ -680,7 +680,7 @@ static int __devinit ibmtr_probe1(struct net_device *dev, int PIOaddr)
 
        /* The PCMCIA has already got the interrupt line and the io port, 
           so no chance of anybody else getting it - MLP */
-       if (request_irq(dev->irq = irq, &tok_interrupt, 0, "ibmtr", dev) != 0) {
+       if (request_irq(dev->irq = irq, tok_interrupt, 0, "ibmtr", dev) != 0) {
                DPRINTK("Could not grab irq %d.  Halting Token Ring driver.\n",
                                        irq);
                iounmap(t_mmio);