mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-02 01:06:46 +09:00
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:
committed by
Greg Kroah-Hartman
parent
a7f2466789
commit
f20156819f
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user