From: David Schleef <ds@schleef.org>
Date: Thu, 18 Dec 2003 03:38:25 +0000 (+0000)
Subject: Remove printk() that is triggered by devices sharing the IRQ
X-Git-Tag: r0_7_69~152
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=46f3f26f499d36549a1fa481664e79f9e3d0b9b1;p=comedi.git

Remove printk() that is triggered by devices sharing the IRQ
---

diff --git a/comedi/drivers/amplc_pci230.c b/comedi/drivers/amplc_pci230.c
index bb721d7e..987118ae 100644
--- a/comedi/drivers/amplc_pci230.c
+++ b/comedi/drivers/amplc_pci230.c
@@ -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) {