Commit 2684a91b authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] Disable debugging in parport daisy

From: Andi Kleen <ak@muc.de>

We are in production now. No more debugging needed.
parent fd8fbf61
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include <asm/current.h> #include <asm/current.h>
#include <asm/uaccess.h> #include <asm/uaccess.h>
#define DEBUG /* undef me for production */ #undef DEBUG
#ifdef DEBUG #ifdef DEBUG
#define DPRINTK(stuff...) printk (stuff) #define DPRINTK(stuff...) printk (stuff)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment