Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f49446eb authored by Manuel Lauss's avatar Manuel Lauss Committed by Florian Tobias Schandinat
Browse files

fbdev: au1200fb: silence debug output



it's annoying and takes up way too much space in dmesg.

Signed-off-by: default avatarManuel Lauss <manuel.lauss@googlemail.com>
Signed-off-by: default avatarFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
parent 363d58f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -49,7 +49,7 @@
#define DRIVER_NAME "au1200fb"
#define DRIVER_NAME "au1200fb"
#define DRIVER_DESC "LCD controller driver for AU1200 processors"
#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_err(f, arg...) printk(KERN_ERR DRIVER_NAME ": " f "\n", ## arg)
#define print_warn(f, arg...) printk(KERN_WARNING DRIVER_NAME ": " f "\n", ## arg)
#define print_warn(f, arg...) printk(KERN_WARNING DRIVER_NAME ": " f "\n", ## arg)