From: H Hartley Sweeten Date: Tue, 26 Nov 2013 23:42:08 +0000 (-0700) Subject: staging: comedi: mpc624: remove commented out printk X-Git-Tag: Ubuntu-5.2.0-15.16~14200^2~609 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=b1ca6b1d479931a682ef443b23e00b4abae8ce25;p=mirror_ubuntu-eoan-kernel.git staging: comedi: mpc624: remove commented out printk This printk is just added noise. Remove it. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/comedi/drivers/mpc624.c b/drivers/staging/comedi/drivers/mpc624.c index acbaeee6250c..2d6add4f97f7 100644 --- a/drivers/staging/comedi/drivers/mpc624.c +++ b/drivers/staging/comedi/drivers/mpc624.c @@ -159,7 +159,6 @@ static int mpc624_ai_rinsn(struct comedi_device *dev, * We always write 0 to GNSWA bit, so the channel range is +-/10.1Vdc */ outb(insn->chanspec, dev->iobase + MPC624_GNMUXCH); -/* printk("Channel %d:\n", insn->chanspec); */ if (!insn->n) { printk(KERN_INFO "MPC624: Warning, no data to acquire\n"); return 0;