drivers: aw9523: remove debug define
Signed-off-by: Eugenio Paolantonio (g7) <me@medesimo.eu>
This commit is contained in:
parent
86dd1e0173
commit
20585c80f3
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@
|
|||
#define AW9523_TAG "[aw9523] "
|
||||
|
||||
#define AW9523_ERR(fmt, args...) printk(KERN_ERR AW9523_TAG"%s %d : "fmt, __FUNCTION__, __LINE__, ##args)
|
||||
#define AW9523_DEBUG
|
||||
|
||||
#ifdef AW9523_DEBUG
|
||||
#define AW9523_FUN(f) printk(KERN_ERR AW9523_TAG"%s\n", __FUNCTION__)
|
||||
|
|
Loading…
Reference in a new issue