staging: comedi: cb_pcidas64: fix printks
authorIan Abbott <abbotti@mev.co.uk>
Fri, 2 Nov 2012 19:17:58 +0000 (19:17 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 6 Nov 2012 08:28:58 +0000 (09:28 +0100)
commit65998b1ba4908115e86d490a7decea60e708be75
treedeeac8121b7504d498524065e3b2796fea4ec10c
parentb91524ee48771586b99bfbed9d4607c3e407d7cb
staging: comedi: cb_pcidas64: fix printks

Replace `printk` calls with something else.  For the `DEBUG_PRINT()`
macro, use `pr_debug()` (if `PCIDAS64_DEBUG macro defined) or
`no_printk()`.

Fix a few `DEBUG_PRINT()` calls due to compiler warnings and add
newlines where they are missing.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/cb_pcidas64.c