mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 11:26:22 -04: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:
committed by
Greg Kroah-Hartman
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);
|
||||
|
||||
Reference in New Issue
Block a user