From c567496c7d9705de187c70d1efc034babdceb142 Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Thu, 11 Jun 2009 12:22:27 +0100 Subject: [PATCH] --- yaml --- r: 146237 b: refs/heads/master c: 65a29f60e121ae5116ac1736b50a237bf2db3225 h: refs/heads/master i: 146235: 1759308df5dc1e9c6710446d959cdefd5e120f68 v: v3 --- [refs] | 2 +- trunk/drivers/char/cyclades.c | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) 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 "