]> git.hungrycats.org Git - linux/commitdiff
[PATCH] Disable debugging in parport daisy
authorAndrew Morton <akpm@osdl.org>
Mon, 29 Mar 2004 06:52:10 +0000 (22:52 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 29 Mar 2004 06:52:10 +0000 (22:52 -0800)
From: Andi Kleen <ak@muc.de>

We are in production now. No more debugging needed.

drivers/parport/daisy.c

index b4031a98943d39bb4026c65bc9f0d58f0b9a6186..9f4f5f47699feb4b075963397b2d31d1aa3c39d9 100644 (file)
@@ -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)