Remove printk() that is triggered by devices sharing the IRQ
authorDavid Schleef <ds@schleef.org>
Thu, 18 Dec 2003 03:38:25 +0000 (03:38 +0000)
committerDavid Schleef <ds@schleef.org>
Thu, 18 Dec 2003 03:38:25 +0000 (03:38 +0000)
comedi/drivers/amplc_pci230.c

index bb721d7e2aff7412ebba0842b926d1d0dc3ed6f2..987118aec02fa91e440070b18121102d5fbf3114 100644 (file)
@@ -1145,7 +1145,7 @@ static irqreturn_t pci230_interrupt(int irq, void *d, struct pt_regs *regs)
         * execution of commands, instructions or a mixture of the two.
         */
        if (status_int == PCI230_INT_DISABLE) {
-               printk("comedi%d: amplc_pci230::pci230_interrupt spurious interrupt",dev->minor);
+               return IRQ_NONE;
        }
        
        if (status_int & PCI230_INT_ZCLK_CT1) {