staging: comedi: s626: remove private DEBUG macro
authorH Hartley Sweeten <hartleys@visionengravers.com>
Thu, 21 Jun 2012 02:27:25 +0000 (19:27 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 23 Jun 2012 03:05:02 +0000 (20:05 -0700)
commitbdf5aa39f7a42fc49903d456baaba11efc4d4243
tree2b83192308ff3f75691932cbad141a5c5a5b1dc5
parente3eb08d0f91ff6afab323fa5e3342f3c4a3e4a73
staging: comedi: s626: remove private DEBUG macro

The private DEBUG macro defined in this driver outputs a lot
of function tracing noise. This information might be useful
when first developing the driver but should not be in the
mainlined code.

If any of this is needed in the future it should be added back
using the proper dev_printk interface.

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