diff options
author | James Maki <jmaki@multitech.com> | 2010-09-10 10:40:27 -0500 |
---|---|---|
committer | James Maki <jmaki@multitech.com> | 2010-09-10 10:40:27 -0500 |
commit | d431c42f22a503971e5ca3c851b029ecf421afa0 (patch) | |
tree | 0a86190ae24ba2a51b94da6007480a7e5228eedc | |
parent | 0a12962e327153aa05dab8982a989287eba4bee3 (diff) | |
download | cdp-io-controller-d431c42f22a503971e5ca3c851b029ecf421afa0.tar.gz cdp-io-controller-d431c42f22a503971e5ca3c851b029ecf421afa0.tar.bz2 cdp-io-controller-d431c42f22a503971e5ca3c851b029ecf421afa0.zip |
turn off DEBUG
-rw-r--r-- | io-module/mts_io.c | 2 |
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" , \ |