commit | 08d80a4c90bdaa83680d1bdb58403fd8fe101885 | [log] [tgz] |
---|---|---|
author | Huazhong Tan <tanhuazhong@huawei.com> | Mon Jul 29 10:53:31 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 29 08:23:41 2019 -0700 |
tree | b9dbfba1f37444fe5b3ae66b2b5d4fc30911b6ff | |
parent | dbba6da0c67ca99721b74760d3cc69df8a5a8230 [diff] |
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>