From d431c42f22a503971e5ca3c851b029ecf421afa0 Mon Sep 17 00:00:00 2001 From: James Maki Date: Fri, 10 Sep 2010 10:40:27 -0500 Subject: turn off DEBUG --- io-module/mts_io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" , \ -- cgit v1.2.3