DPRINT
#define DPRINT(a) printk a
#define DPRINT(a)
#define DPRINT(format, args...) \
#define DPRINT(cond, ...) \
#define DPRINT(cond, args...)