summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Maki <jmaki@multitech.com>2010-05-05 15:38:10 -0500
committerJames Maki <jmaki@multitech.com>2010-05-05 15:38:10 -0500
commit3250dfa7005f93db4f460aa1df27af256d78bd92 (patch)
tree2f3564339af44cc83edadbdd9feef2f651128d16
parentd855cd0e9e52dc0977ca23201a8cd6ed0ec16124 (diff)
downloadcdp-io-controller-3250dfa7005f93db4f460aa1df27af256d78bd92.tar.gz
cdp-io-controller-3250dfa7005f93db4f460aa1df27af256d78bd92.tar.bz2
cdp-io-controller-3250dfa7005f93db4f460aa1df27af256d78bd92.zip
turn off DEBUGv0.2.0
-rw-r--r--io-module/mts_io.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/io-module/mts_io.c b/io-module/mts_io.c
index adfe92f..c9eb5ed 100644
--- a/io-module/mts_io.c
+++ b/io-module/mts_io.c
@@ -46,7 +46,8 @@
#define PLATFORM_NAME "mtcdp"
-#define DEBUG 1
+#define DEBUG 0
+
#if DEBUG
# define dbg(fmt, args...) printk(KERN_DEBUG DRIVER_NAME ": " fmt "\n" , ##args)
#else