[PATCH 36/44] Don't define DEBUG in hid-ff by default

From: Vojtech Pavlik
Date: Tue Mar 16 2004 - 10:55:22 EST


You can pull this changeset from:
bk://kernel.bkbits.net/vojtech/input

===================================================================

ChangeSet@xxxxxxxxxxxx, 2004-03-08 13:30:04+01:00, vojtech@xxxxxxx
input: Don't define DEBUG in hid-ff by default. It spews messgaes
even when no FF device is present.


hid-ff.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

===================================================================

diff -Nru a/drivers/usb/input/hid-ff.c b/drivers/usb/input/hid-ff.c
--- a/drivers/usb/input/hid-ff.c Tue Mar 16 13:17:52 2004
+++ b/drivers/usb/input/hid-ff.c Tue Mar 16 13:17:52 2004
@@ -29,7 +29,7 @@

#include <linux/input.h>

-#define DEBUG
+#undef DEBUG
#include <linux/usb.h>

#include "hid.h"

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/