mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-23 19:21:46 +00:00
staging: comedi: dt2814: remove bad printk noise
This printk could spew a lot of noise while waiting for the ai conversion to complete. Just remove it. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
f0256161c2
commit
1cb62c86ef
@ -80,7 +80,6 @@ static int dt2814_ai_insn_read(struct comedi_device *dev,
|
||||
outb(chan, dev->iobase + DT2814_CSR);
|
||||
for (i = 0; i < DT2814_TIMEOUT; i++) {
|
||||
status = inb(dev->iobase + DT2814_CSR);
|
||||
printk(KERN_INFO "dt2814: status: %02x\n", status);
|
||||
udelay(10);
|
||||
if (status & DT2814_FINISH)
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user