net: replace remaining __FUNCTION__ occurrences
__FUNCTION__ is gcc-specific, use __func__ Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
6387c4bed5
commit
0dc47877a3
@@ -90,7 +90,7 @@ static int __init irda_init(void)
|
||||
{
|
||||
int ret = 0;
|
||||
|
||||
IRDA_DEBUG(0, "%s()\n", __FUNCTION__);
|
||||
IRDA_DEBUG(0, "%s()\n", __func__);
|
||||
|
||||
/* Lower layer of the stack */
|
||||
irlmp_init();
|
||||
|
Reference in New Issue
Block a user