Moderators: nForcer, Moderators




#if 1
#define dprintk printk
#else
#define dprintk(x...) do { } while (0)
#endif

hchu wrote:you turn off debugging by changing the following code near the top of the file:
- Code: Select all
#if 1
#define dprintk printk
#else
#define dprintk(x...) do { } while (0)
#endif
Change the #if 1 to #if 0.
HTH




Users browsing this forum: No registered users and 0 guests