staging: comedi: rtd520: remove commented out printk debug
These messages are just added noise. Remove them. 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:
parent
ba74f010ac
commit
d1483ea58b
|
@ -495,8 +495,6 @@ static unsigned short rtd_convert_chan_gain(struct comedi_device *dev,
|
|||
case AREF_OTHER: /* ??? */
|
||||
break;
|
||||
}
|
||||
/*printk ("chan=%d r=%d a=%d -> 0x%x\n",
|
||||
chan, range, aref, r); */
|
||||
return r;
|
||||
}
|
||||
|
||||
|
@ -606,7 +604,6 @@ static int rtd_ai_rinsn(struct comedi_device *dev,
|
|||
|
||||
/* read data */
|
||||
d = readw(devpriv->las1 + LAS1_ADC_FIFO);
|
||||
/*printk ("rtd520: Got 0x%x after %d usec\n", d, ii+1); */
|
||||
d = d >> 3; /* low 3 bits are marker lines */
|
||||
if (test_bit(0, devpriv->chan_is_bipolar))
|
||||
/* convert to comedi unsigned data */
|
||||
|
|
Loading…
Reference in New Issue