diff options
author | Manuel Lauss <manuel.lauss@googlemail.com> | 2011-09-02 10:40:51 -0400 |
---|---|---|
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2011-09-02 13:57:47 -0400 |
commit | f49446ebdb043344058f67d25fbb7e3d9b306511 (patch) | |
tree | 0d3dcff9f47b68d2cb54b7181bf4b7998638a8d3 /drivers/video | |
parent | 363d58f5071df66cbe57c8a68e8bc84efe91f16e (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')
-rw-r--r-- | drivers/video/au1200fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
49 | #define DRIVER_NAME "au1200fb" | 49 | #define DRIVER_NAME "au1200fb" |
50 | #define DRIVER_DESC "LCD controller driver for AU1200 processors" | 50 | #define DRIVER_DESC "LCD controller driver for AU1200 processors" |
51 | 51 | ||
52 | #define DEBUG 1 | 52 | #define DEBUG 0 |
53 | 53 | ||
54 | #define print_err(f, arg...) printk(KERN_ERR DRIVER_NAME ": " f "\n", ## arg) | 54 | #define print_err(f, arg...) printk(KERN_ERR DRIVER_NAME ": " f "\n", ## arg) |
55 | #define print_warn(f, arg...) printk(KERN_WARNING DRIVER_NAME ": " f "\n", ## arg) | 55 | #define print_warn(f, arg...) printk(KERN_WARNING DRIVER_NAME ": " f "\n", ## arg) |