mirror of
https://github.com/torvalds/linux.git
synced 2026-06-10 07:32:29 +02:00
rk3066b lcdc: close debug info
This commit is contained in:
parent
ad88948b04
commit
da6617e0dd
|
|
@ -37,7 +37,7 @@
|
|||
|
||||
|
||||
|
||||
static int dbg_thresd = 2;
|
||||
static int dbg_thresd = 0;
|
||||
module_param(dbg_thresd, int, S_IRUGO|S_IWUSR);
|
||||
#define DBG(level,x...) do { if(unlikely(dbg_thresd >= level)) printk(KERN_INFO x); } while (0)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user