Something from the driver modules I've been wondering about:
#define WM8775_DEBUG(args...) \
do { \
if (debug) \
printk(KERN_INFO "wm8775 debug: " args); \
} while (0)Does the 'loop' provide some optimization that I can't see? -- Tyler Trafford
signature.asc
Description: Digital signature
