]> git.baikalelectronics.ru Git - kernel.git/commit
net: phy: print the function name by __func__ instead of an fixed string
authorWenpeng Liang <liangwenpeng@huawei.com>
Wed, 16 Jun 2021 10:01:24 +0000 (18:01 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Jun 2021 19:34:07 +0000 (12:34 -0700)
commit5a9f3f1877d162c2ad8b522afd3f75ec056e2c4c
treef83654ca716194cabe6ac433dd4b0e94bac4b403
parent75de38426a8658b4f52f9926705bc2080e65e820
net: phy: print the function name by __func__ instead of an fixed string

It's better to use __func__ than a fixed string to print a function's
name.

Signed-off-by: Wenpeng Liang <liangwenpeng@huawei.com>
Signed-off-by: Weihang Li <liweihang@huawei.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/mdio_device.c