summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorVojtech Pavlik <vojtech@suse.cz>2004-03-08 15:30:04 +0100
committerVojtech Pavlik <vojtech@suse.cz>2004-03-08 15:30:04 +0100
commitd5d1818a496f0002fb76d394da57db368ec40ed8 (patch)
tree7482e9fd4c3801a8eeb5180aab4a9c3d7b7a494a /drivers
parente57a7135318ce3a50e931aada3c8329b6545c092 (diff)
input: Don't define DEBUG in hid-ff by default. It spews messgaes
even when no FF device is present.
Diffstat (limited to 'drivers')
-rw-r--r--drivers/usb/input/hid-ff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/input/hid-ff.c b/drivers/usb/input/hid-ff.c
index 10a0a329390b..b43463b4b0ff 100644
--- a/drivers/usb/input/hid-ff.c
+++ b/drivers/usb/input/hid-ff.c
@@ -29,7 +29,7 @@
#include <linux/input.h>
-#define DEBUG
+#undef DEBUG
#include <linux/usb.h>
#include "hid.h"