DEBUG_MSG
#define DEBUG_MSG 0
#define DEBUG_MSG(f, a...) printk(f, ## a)
#define DEBUG_MSG(f, a...) no_printk(f, ## a)