aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/au1200fb.c
diff options
context:
space:
mode:
authorManuel Lauss <manuel.lauss@googlemail.com>2011-09-02 16:40:51 +0200
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>2011-09-02 17:57:47 +0000
commitf49446ebdb043344058f67d25fbb7e3d9b306511 (patch)
tree0d3dcff9f47b68d2cb54b7181bf4b7998638a8d3 /drivers/video/au1200fb.c
parent363d58f5071df66cbe57c8a68e8bc84efe91f16e (diff)
fbdev: au1200fb: silence debug output
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>
Diffstat (limited to 'drivers/video/au1200fb.c')
-rw-r--r--drivers/video/au1200fb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/au1200fb.c b/drivers/video/au1200fb.c
index ed5dcdb29cf..a19a40effd8 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)