diff options
| author | Vojtech Pavlik <vojtech@suse.cz> | 2004-03-08 15:30:04 +0100 |
|---|---|---|
| committer | Vojtech Pavlik <vojtech@suse.cz> | 2004-03-08 15:30:04 +0100 |
| commit | d5d1818a496f0002fb76d394da57db368ec40ed8 (patch) | |
| tree | 7482e9fd4c3801a8eeb5180aab4a9c3d7b7a494a /drivers | |
| parent | e57a7135318ce3a50e931aada3c8329b6545c092 (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.c | 2 |
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" |
