OSDN Git Service

staging: comedi: pcl812: remove PCL812_EXTDEBUG define and related code
authorH Hartley Sweeten <hartleys@visionengravers.com>
Thu, 14 Jun 2012 01:22:07 +0000 (18:22 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 15 Jun 2012 00:25:47 +0000 (17:25 -0700)
commit23bcbb6495d04df086450e0751fc9b9fd5e98936
tree08276c86de1989af66ea0f52a7b10b41a45a9ae2
parent31a4590ee31f2b46d28a4b85f84b04e90fa7ae00
staging: comedi: pcl812: remove PCL812_EXTDEBUG define and related code

The PCL812_EXTDEBUG define enables a bunch of function tracing debug
messages as well as a dump of the comedi_cmd info during the cmdtest.
There are better ways to do the function tracing and the cmdtest
dump shouldn't be in the driver. Just remove all of it.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Cc: Frank Mori Hess <fmhess@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/pcl812.c