From: H Hartley Sweeten Date: Tue, 26 Nov 2013 23:41:38 +0000 (-0700) Subject: staging: comedi: adq12b: remove commented out debug message X-Git-Tag: next-20131204~11^2~57 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e9c76f3f67eb7d1187d8bc7c9165aabc5057103f;p=karo-tx-linux.git staging: comedi: adq12b: remove commented out debug message Remove the commented out message, it would just be added noise. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/comedi/drivers/adq12b.c b/drivers/staging/comedi/drivers/adq12b.c index 8150a67cd1fb..79e06b9b6bc9 100644 --- a/drivers/staging/comedi/drivers/adq12b.c +++ b/drivers/staging/comedi/drivers/adq12b.c @@ -162,8 +162,6 @@ static int adq12b_ai_rinsn(struct comedi_device *dev, hi = inb(dev->iobase + ADQ12B_ADHIG); lo = inb(dev->iobase + ADQ12B_ADLOW); - /* printk("debug: chan=%d range=%d status=%d hi=%d lo=%d\n", - channel, range, status, hi, lo); */ data[n] = (hi << 8) | lo; }