|
@@ -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 "
|