Skip to content

Commit

Permalink
staging: comedi: ni_daq_dio24: remove '#undef LABPC_DEBUG'
Browse files Browse the repository at this point in the history
The LABPC_DEBUG define is not used in this driver. Just remove the

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Feb 4, 2013
1 parent 61f828e commit 5316ec5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/staging/comedi/drivers/ni_daq_dio24.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ This is just a wrapper around the 8255.o driver to properly handle
the PCMCIA interface.
*/

/* #define LABPC_DEBUG *//* enable debugging messages */
#undef LABPC_DEBUG

#include <linux/interrupt.h>
#include <linux/slab.h>
#include "../comedidev.h"
Expand Down

0 comments on commit 5316ec5

Please sign in to comment.