From: Andi Kleen <ak@muc.de>

We are in production now. No more debugging needed.


---

 25-akpm/drivers/parport/daisy.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/parport/daisy.c~parport-daisy-undef-DEBUG drivers/parport/daisy.c
--- 25/drivers/parport/daisy.c~parport-daisy-undef-DEBUG	2004-03-28 15:50:18.450737984 -0800
+++ 25-akpm/drivers/parport/daisy.c	2004-03-28 15:50:18.452737680 -0800
@@ -27,7 +27,7 @@
 #include <asm/current.h>
 #include <asm/uaccess.h>
 
-#define DEBUG /* undef me for production */
+#undef DEBUG
 
 #ifdef DEBUG
 #define DPRINTK(stuff...) printk (stuff)

_