On Thu, 2011-04-21 at 19:10 +0200, Arend van Spriel wrote: > If you want to debug a specific source file you could do following in that > particular source file: > #undef no_printk > #define no_printk printk > Not sure whether that is the intended use here. True, but that's entirely backwards and not very sensible either. For that you use pr_debug/dev_dbg/etc and then add #define DEBUG. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html