diff --exclude .depend --exclude .hdepend -ur linux-11-08-snay/include/net/irda/irda.h linux-agenda-www-20020207/include/net/irda/irda.h
--- linux-11-08-snay/include/net/irda/irda.h	Wed Aug 29 20:53:17 2001
+++ linux-agenda-www-20020207/include/net/irda/irda.h	Fri Jan 25 20:35:16 2002
@@ -55,13 +55,13 @@
 #  define PACK __attribute__((packed))
 #endif
 
-#define CONFIG_IRDA_DEBUG
+#undef CONFIG_IRDA_DEBUG
 #ifdef CONFIG_IRDA_DEBUG
 
 extern __u32 irda_debug;
 
 /* use 0 for production, 1 for verification, >2 for debug */
-#define IRDA_DEBUG_LEVEL 7
+#define IRDA_DEBUG_LEVEL 0
 
 #define IRDA_DEBUG(n, args...) (irda_debug >= (n)) ? (printk(KERN_DEBUG args)) : 0
 #define ASSERT(expr, func) \

