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
1 changed files with 0 additions and 3 deletions
|
@ -495,8 +495,6 @@ static unsigned short rtd_convert_chan_gain(struct comedi_device *dev,
|
||||||
case AREF_OTHER: /* ??? */
|
case AREF_OTHER: /* ??? */
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
/*printk ("chan=%d r=%d a=%d -> 0x%x\n",
|
|
||||||
chan, range, aref, r); */
|
|
||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -606,7 +604,6 @@ static int rtd_ai_rinsn(struct comedi_device *dev,
|
||||||
|
|
||||||
/* read data */
|
/* read data */
|
||||||
d = readw(devpriv->las1 + LAS1_ADC_FIFO);
|
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 */
|
d = d >> 3; /* low 3 bits are marker lines */
|
||||||
if (test_bit(0, devpriv->chan_is_bipolar))
|
if (test_bit(0, devpriv->chan_is_bipolar))
|
||||||
/* convert to comedi unsigned data */
|
/* convert to comedi unsigned data */
|
||||||
|
|
Loading…
Add table
Reference in a new issue