drivers/net: replace __FUNCTION__ with __func__
__FUNCTION__ is gcc-specific, use __func__ Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
This commit is contained in:
committed by
Jeff Garzik
parent
b514f6b6da
commit
b39d66a81f
@@ -41,7 +41,7 @@
|
||||
#endif
|
||||
|
||||
#if MFE_DEBUG>=1
|
||||
#define DPRINTK(str,args...) printk(KERN_DEBUG "meth: %s: " str, __FUNCTION__ , ## args)
|
||||
#define DPRINTK(str,args...) printk(KERN_DEBUG "meth: %s: " str, __func__ , ## args)
|
||||
#define MFE_RX_DEBUG 2
|
||||
#else
|
||||
#define DPRINTK(str,args...)
|
||||
|
Reference in New Issue
Block a user