commit | de9a2165a576ca262d8cb68d8c9c016b8ab3678f | [log] [tgz] |
---|---|---|
author | LABBE Corentin <clabbe.montjoie@gmail.com> | Wed Nov 16 20:09:40 2016 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Nov 17 13:30:30 2016 -0500 |
tree | fe7f698ab0db8ac0184b38c95da1e3e0689c2dc2 | |
parent | 38ddc59d65b6d97b760ba34aa164700d0fc2e933 [diff] |
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>