]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/znet.c
[PATCH] bcm43xx: Fix scaling error for 'iwlist rate' information
[linux-2.6-omap-h63xx.git] / drivers / net / znet.c
index 2068a109a86ce8b29d4453c869e7f60479f80017..b24b0727108c037c509c1a2395116d34e1ab543d 100644 (file)
@@ -610,11 +610,6 @@ static irqreturn_t znet_interrupt(int irq, void *dev_id)
        int boguscnt = 20;
        int handled = 0;
 
-       if (dev == NULL) {
-               printk(KERN_WARNING "znet_interrupt(): IRQ %d for unknown device.\n", irq);
-               return IRQ_NONE;
-       }
-
        spin_lock (&znet->lock);
 
        ioaddr = dev->base_addr;