Commit 5fc517cd authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman

staging: comedi: dt2801: remove commented out printk()

This printk is just added noise. Remove it.
Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: default avatarIan Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent cd5afa44
...@@ -372,7 +372,6 @@ static int dt2801_reset(struct comedi_device *dev) ...@@ -372,7 +372,6 @@ static int dt2801_reset(struct comedi_device *dev)
if (!timeout) if (!timeout)
printk("dt2801: timeout 1 status=0x%02x\n", stat); printk("dt2801: timeout 1 status=0x%02x\n", stat);
/* printk("dt2801: reading dummy\n"); */
/* dt2801_readdata(dev,&board_code); */ /* dt2801_readdata(dev,&board_code); */
outb_p(DT_C_RESET, dev->iobase + DT2801_CMD); outb_p(DT_C_RESET, dev->iobase + DT2801_CMD);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment