DEBUG_print
#define DEBUG_print(x, ...) printk(KERN_DEBUG x, ##__VA_ARGS__)
#define DEBUG_print(x, ...) do { } while (0)