mirror of
https://github.com/torvalds/linux.git
synced 2024-12-27 13:22:23 +00:00
staging: comedi: dt2801: remove commented out printk()
This printk is just added noise. 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
cd5afa443a
commit
5fc517cd94
@ -372,7 +372,6 @@ static int dt2801_reset(struct comedi_device *dev)
|
||||
if (!timeout)
|
||||
printk("dt2801: timeout 1 status=0x%02x\n", stat);
|
||||
|
||||
/* printk("dt2801: reading dummy\n"); */
|
||||
/* dt2801_readdata(dev,&board_code); */
|
||||
|
||||
outb_p(DT_C_RESET, dev->iobase + DT2801_CMD);
|
||||
|
Loading…
Reference in New Issue
Block a user