]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: comedi: ni_pcidio: remove custom DPRINTK macro
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Fri, 22 Nov 2013 17:43:17 +0000 (10:43 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Nov 2013 19:46:58 +0000 (11:46 -0800)
commitac50a923858651752e1d08b04c7df8b490787a35
tree94c59932ca3432cf2b8d8557992c6483d3faadd3
parent9e0c0db6ea38d11c6eb120a2f48bf055d0f679a3
staging: comedi: ni_pcidio: remove custom DPRINTK macro

The comedi core defines a DPRINTK macro in comedidev.h. Use that macro
instead of defining a private version in this driver.

Also, remove the DEBUG define since it was only used to enable the
DPRINTK macro.

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>
drivers/staging/comedi/drivers/ni_pcidio.c