ACPI: EC: Remove unnecessary delay added by previous transation patch.
[firefly-linux-kernel-4.4.55.git] / drivers / net / pcnet32.c
index c73e2f210774f2fc0eba871acc9668bf3e95c279..36f9d988278f76771292c45a365a41ddd4ad478e 100644 (file)
@@ -2569,13 +2569,6 @@ pcnet32_interrupt(int irq, void *dev_id)
        u16 csr0;
        int boguscnt = max_interrupt_work;
 
-       if (!dev) {
-               if (pcnet32_debug & NETIF_MSG_INTR)
-                       printk(KERN_DEBUG "%s(): irq %d for unknown device\n",
-                              __FUNCTION__, irq);
-               return IRQ_NONE;
-       }
-
        ioaddr = dev->base_addr;
        lp = dev->priv;