fbdev: au1200fb: silence debug output
authorManuel Lauss <manuel.lauss@googlemail.com>
Fri, 2 Sep 2011 14:40:51 +0000 (16:40 +0200)
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
Fri, 2 Sep 2011 17:57:47 +0000 (17:57 +0000)
it's annoying and takes up way too much space in dmesg.

Signed-off-by: Manuel Lauss <manuel.lauss@googlemail.com>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
drivers/video/au1200fb.c

index ed5dcdb..a19a40e 100644 (file)
@@ -49,7 +49,7 @@
 #define DRIVER_NAME "au1200fb"
 #define DRIVER_DESC "LCD controller driver for AU1200 processors"
 
-#define DEBUG 1
+#define DEBUG 0
 
 #define print_err(f, arg...) printk(KERN_ERR DRIVER_NAME ": " f "\n", ## arg)
 #define print_warn(f, arg...) printk(KERN_WARNING DRIVER_NAME ": " f "\n", ## arg)