RPRINTK
#define RPRINTK(args...) do { if (debug & DBG_RAW_CELL) printk(args); } while(0)
#define RPRINTK(args...) do { } while(0)