]> Pileus Git - ~andy/linux/commit
staging: comedi: pcl816: remove DEBUG macro
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Fri, 22 Nov 2013 17:42:10 +0000 (10:42 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Nov 2013 19:44:18 +0000 (11:44 -0800)
commit76b9e33eaab6482c9fb46b1e6304168586e4f029
treeeb33251a1e7c3eaab3fec3b078cab6d8d5a4c9c3
parent18fd15f667135433a51d4b952f10b0fd6b5d8959
staging: comedi: pcl816: remove DEBUG macro

This macro is only used to output some function tracing debug messages.
These messages are just added noise so remove the DEBUG macro as well
as the noise.

Also, remove pcl816_cmdtest_out() which was only called as part of the
DEBUG() in pcl816_ai_cmdtest().

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/pcl816.c