staging: comedi: rti800: remove the 'fingerprint' debug printk
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>
This commit is contained in:
parent
a7f2466789
commit
f20156819f
1 changed files with 0 additions and 8 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue