diff options
-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" , \ |