]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
staging: comedi: rti800: remove the 'fingerprint' debug printk
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Tue, 9 Apr 2013 01:15:07 +0000 (18:15 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 9 Apr 2013 23:29:03 +0000 (16:29 -0700)
Remove the debug noise that outputs the board 'fingerprint' during
the attach.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/rti800.c

index 555833bd056d1809b7f48dabc739bf32381461e6..1d8cc34e542cadcfea3a9dceaa96e539f9ca02e0 100644 (file)
@@ -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);