]> git.baikalelectronics.ru Git - kernel.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)
commit83ed272c1f8e1662460f0eddb8e3d364cf96602f
treefe7f698ab0db8ac0184b38c95da1e3e0689c2dc2
parent56a1b67e2f4acacc4af5293c4e12b95f87d3b6aa
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