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