On Thu, Feb 07, 2008 at 01:21:15AM -0500, Corey Osgood wrote:
- printk(BIOS_DEBUG, "cs5536_ide: %s\n", __func__);
not __FUNCTION__ any more? I'm not sure what the current standards are,
__func__ is good.
http://gcc.gnu.org/onlinedocs/gcc-4.1.2/gcc/Function-Names.html
//Peter