diff options
author | Paul Fertser <fercerpav@gmail.com> | 2009-04-16 01:37:55 +0400 |
---|---|---|
committer | Nelson Castillo <arhuaco@freaks-unidos.net> | 2009-04-15 19:47:26 -0500 |
commit | 9bb6dde7dcd22b1a12306669673a55e824a856da (patch) | |
tree | c221a62ce000485654ddc648a087772a15942bf4 | |
parent | 9a690f4a8733bbeeba62ff28ae38ff7f869e4b05 (diff) |
OHCI: Disabled additional debugging
Disabled additional debugging introduced
in 70b36104ab8c03f5be6d03344214d09447d9d4a8
-rw-r--r-- | drivers/usb/host/ohci-hcd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/ohci-hcd.c b/drivers/usb/host/ohci-hcd.c index 86d9775e071..b14f3808adc 100644 --- a/drivers/usb/host/ohci-hcd.c +++ b/drivers/usb/host/ohci-hcd.c @@ -18,7 +18,6 @@ * This file is licenced under the GPL. */ -#define DEBUG 2 #include <linux/module.h> #include <linux/moduleparam.h> #include <linux/pci.h> |