Messages in this thread |  | | Date | Fri, 13 Sep 2002 14:11:26 -0600 (MDT) | From | Thunder from the hill <> | Subject | Re: 2.5.34: IR __FUNCTION__ breakage |
| |
Hi,
On Fri, 13 Sep 2002, Ahmed Masud wrote: > #define DERROR(dbg, fmt, args...) \ > do { if (DEBUG_##dbg) { \ > printk(KERN_INFO "irnet: %s() : ", __FUNCTION__); \ > printk(fmt, ## args); \ > } \ > } while (0)
That's 100% senseless. It gains you nothing, it takes you nothing...
Thunder -- --./../...-/. -.--/---/..-/.-./..././.-../..-. .---/..-/.../- .- --/../-./..-/-/./--..-- ../.----./.-../.-.. --./../...-/. -.--/---/..- .- -/---/--/---/.-./.-./---/.--/.-.-.- --./.-/-.../.-./.././.-../.-.-.-
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |