From 46f3f26f499d36549a1fa481664e79f9e3d0b9b1 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Thu, 18 Dec 2003 03:38:25 +0000 Subject: [PATCH] Remove printk() that is triggered by devices sharing the IRQ --- comedi/drivers/amplc_pci230.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.26.2