This debug output should be removed in the final driver.

Signed-off-by: H Hartley Sweeten <[email protected]>
Cc: Ian Abbott <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
---
 drivers/staging/comedi/drivers/adl_pci9111.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/drivers/staging/comedi/drivers/adl_pci9111.c 
b/drivers/staging/comedi/drivers/adl_pci9111.c
index f9d874b..6d20e59 100644
--- a/drivers/staging/comedi/drivers/adl_pci9111.c
+++ b/drivers/staging/comedi/drivers/adl_pci9111.c
@@ -708,8 +708,6 @@ static void pci9111_ai_munge(struct comedi_device *dev,
 /*  INTERRUPT SECTION */
 /*  ------------------------------------------------------------------ */
 
-#undef INTERRUPT_DEBUG
-
 static irqreturn_t pci9111_interrupt(int irq, void *p_device)
 {
        struct comedi_device *dev = p_device;
@@ -762,10 +760,6 @@ static irqreturn_t pci9111_interrupt(int irq, void 
*p_device)
                        unsigned int num_samples;
                        unsigned int bytes_written = 0;
 
-#ifdef INTERRUPT_DEBUG
-                       printk(PCI9111_DRIVER_NAME ": fifo is half full\n");
-#endif
-
                        num_samples =
                            PCI9111_FIFO_HALF_SIZE >
                            dev_private->stop_counter
-- 
1.7.11

_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to