From: Manuel Lauss Date: Fri, 2 Sep 2011 14:40:51 +0000 (+0200) Subject: fbdev: au1200fb: silence debug output X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f49446ebdb043344058f67d25fbb7e3d9b306511;p=linux-beck.git fbdev: au1200fb: silence debug output it's annoying and takes up way too much space in dmesg. Signed-off-by: Manuel Lauss Signed-off-by: Florian Tobias Schandinat --- diff --git a/drivers/video/au1200fb.c b/drivers/video/au1200fb.c index ed5dcdb29cf7..a19a40effd88 100644 --- a/drivers/video/au1200fb.c +++ b/drivers/video/au1200fb.c @@ -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)