From 3250dfa7005f93db4f460aa1df27af256d78bd92 Mon Sep 17 00:00:00 2001 From: James Maki Date: Wed, 5 May 2010 15:38:10 -0500 Subject: turn off DEBUG --- io-module/mts_io.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3