summaryrefslogtreecommitdiff
path: root/io-module
diff options
context:
space:
mode:
authorJames Maki <jmaki@multitech.com>2010-09-10 10:40:27 -0500
committerJames Maki <jmaki@multitech.com>2010-09-10 10:40:27 -0500
commitd431c42f22a503971e5ca3c851b029ecf421afa0 (patch)
tree0a86190ae24ba2a51b94da6007480a7e5228eedc /io-module
parent0a12962e327153aa05dab8982a989287eba4bee3 (diff)
downloadcdp-io-controller-d431c42f22a503971e5ca3c851b029ecf421afa0.tar.gz
cdp-io-controller-d431c42f22a503971e5ca3c851b029ecf421afa0.tar.bz2
cdp-io-controller-d431c42f22a503971e5ca3c851b029ecf421afa0.zip
turn off DEBUG
Diffstat (limited to 'io-module')
-rw-r--r--io-module/mts_io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io-module/mts_io.c b/io-module/mts_io.c
index e683af1..c64fb3c 100644
--- a/io-module/mts_io.c
+++ b/io-module/mts_io.c
@@ -48,7 +48,7 @@
#define PLATFORM_NAME "mtcdp"
-#define DEBUG 1
+#define DEBUG 0
#define __log(level, name, format, args...) \
printk(level "[" name "] " DRIVER_NAME ":%s:%d: " format "\n" , \