dprint
#define dprint(bit, fmt, ...) ({ \
#define dprint(bit, fmt, ...) no_printk(fmt, ##__VA_ARGS__)
#define dprint(ioc, fmt, ...) \
#define dprint(fmt, ...) { \
static inline void dprint(const char *fmt, ...) { }