diff --git a/[refs] b/[refs] index 0efaf1ba8271..27439f30755e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: eca1b592d600bb2b7d24b66e4106de1e751ae510 +refs/heads/master: 65a29f60e121ae5116ac1736b50a237bf2db3225 diff --git a/trunk/drivers/char/cyclades.c b/trunk/drivers/char/cyclades.c index 6d524391e994..ccf68a9e24b7 100644 --- a/trunk/drivers/char/cyclades.c +++ b/trunk/drivers/char/cyclades.c @@ -1737,14 +1737,6 @@ static irqreturn_t cyz_interrupt(int irq, void *dev_id) { struct cyclades_card *cinfo = dev_id; - if (unlikely(cinfo == NULL)) { -#ifdef CY_DEBUG_INTERRUPTS - printk(KERN_DEBUG "cyz_interrupt: spurious interrupt %d\n", - irq); -#endif - return IRQ_NONE; /* spurious interrupt */ - } - if (unlikely(!ISZLOADED(*cinfo))) { #ifdef CY_DEBUG_INTERRUPTS printk(KERN_DEBUG "cyz_interrupt: board not yet loaded "