OSDN Git Service

net: hns3: use dev_info() instead of pr_info()
authorHuazhong Tan <tanhuazhong@huawei.com>
Mon, 29 Jul 2019 02:53:31 +0000 (10:53 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 29 Jul 2019 15:23:41 +0000 (08:23 -0700)
commit08d80a4c90bdaa83680d1bdb58403fd8fe101885
treeb9dbfba1f37444fe5b3ae66b2b5d4fc30911b6ff
parentdbba6da0c67ca99721b74760d3cc69df8a5a8230
net: hns3: use dev_info() instead of pr_info()

dev_info() is more appropriate for printing messages when driver
initialization done, so switch to dev_info().

Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c
drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c