mirror of
https://github.com/torvalds/linux.git
synced 2024-12-26 21:02:19 +00:00
staging: comedi: pcl816: 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
8189061ea4
commit
e21f20e769
@ -922,7 +922,6 @@ static int pcl816_attach(struct comedi_device *dev, struct comedi_devconfig *it)
|
||||
devpriv->dmapages[0] = pages;
|
||||
devpriv->hwdmaptr[0] = virt_to_bus((void *)devpriv->dmabuf[0]);
|
||||
devpriv->hwdmasize[0] = (1 << pages) * PAGE_SIZE;
|
||||
/* printk("%d %d %ld, ",devpriv->dmapages[0],devpriv->hwdmasize[0],PAGE_SIZE); */
|
||||
|
||||
devpriv->dmabuf[1] = __get_dma_pages(GFP_KERNEL, pages);
|
||||
if (!devpriv->dmabuf[1]) {
|
||||
@ -958,7 +957,6 @@ no_dma:
|
||||
s->subdev_flags = SDF_READABLE | SDF_CMD_READ;
|
||||
s->n_chan = board->n_aichan;
|
||||
s->subdev_flags |= SDF_DIFF;
|
||||
/* printk (", %dchans DIFF DAC - %d", s->n_chan, i); */
|
||||
s->maxdata = board->ai_maxdata;
|
||||
s->len_chanlist = board->ai_chanlist;
|
||||
s->range_table = board->ai_range_type;
|
||||
|
Loading…
Reference in New Issue
Block a user