]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: stmmac: replace hardcoded function name by __func__
authorLABBE Corentin <clabbe.montjoie@gmail.com>
Wed, 16 Nov 2016 19:09:40 +0000 (20:09 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Nov 2016 18:30:30 +0000 (13:30 -0500)
commitde9a2165a576ca262d8cb68d8c9c016b8ab3678f
treefe7f698ab0db8ac0184b38c95da1e3e0689c2dc2
parent38ddc59d65b6d97b760ba34aa164700d0fc2e933
net: stmmac: replace hardcoded function name by __func__

Some printing have the function name hardcoded.
It is better to use __func__ instead.

Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c