staging: comedi: gsc_hpdi: change DEBUG_PRINT()
authorIan Abbott <abbotti@mev.co.uk>
Thu, 1 Nov 2012 16:28:33 +0000 (16:28 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Nov 2012 19:33:22 +0000 (12:33 -0700)
commit871e1d0545436f7c21b1b103601e1fe3920a6e4c
tree6b64b5bc83e22606e687253de469d7db164dca69
parent3dd5ca831317a752095040d403e80cf7a6a783b5
staging: comedi: gsc_hpdi: change DEBUG_PRINT()

Change the `DEBUG_PRINT(format, args...)` macro used by this module to
use either `pr_debug()` (if macro `HPDI_DEBUG` is defined) or
`no_printk()` instead of `printk()` or nothing.

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