Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -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);