diff options
Diffstat (limited to 'io-module/mts_io.c')
-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 |