Remove the debug noise that outputs the board 'fingerprint' during
the attach.

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

diff --git a/drivers/staging/comedi/drivers/rti800.c 
b/drivers/staging/comedi/drivers/rti800.c
index 555833b..1d8cc34 100644
--- a/drivers/staging/comedi/drivers/rti800.c
+++ b/drivers/staging/comedi/drivers/rti800.c
@@ -316,14 +316,6 @@ static int rti800_attach(struct comedi_device *dev, struct 
comedi_devconfig *it)
        }
        dev->iobase = iobase;
 
-#ifdef DEBUG
-       printk(KERN_DEBUG "fingerprint=%x,%x,%x,%x,%x ",
-              inb(dev->iobase + 0),
-              inb(dev->iobase + 1),
-              inb(dev->iobase + 2),
-              inb(dev->iobase + 3), inb(dev->iobase + 4));
-#endif
-
        outb(0, dev->iobase + RTI800_CSR);
        inb(dev->iobase + RTI800_ADCHI);
        outb(0, dev->iobase + RTI800_CLRFLAGS);
-- 
1.8.1.4

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

Reply via email to