diff options
author | James Maki <jmaki@multitech.com> | 2010-05-05 15:38:10 -0500 |
---|---|---|
committer | James Maki <jmaki@multitech.com> | 2010-05-05 15:38:10 -0500 |
commit | 3250dfa7005f93db4f460aa1df27af256d78bd92 (patch) | |
tree | 2f3564339af44cc83edadbdd9feef2f651128d16 | |
parent | d855cd0e9e52dc0977ca23201a8cd6ed0ec16124 (diff) | |
download | cdp-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.c | 3 |
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 |