Skip to content

Commit

Permalink
fbdev: au1200fb: silence debug output
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Manuel Lauss authored and Florian Tobias Schandinat committed Sep 2, 2011
1 parent 363d58f commit f49446e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/au1200fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f49446e

Please sign in to comment.