]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
net: hns3: fix a print format issue in hclge_mac_mdio_config()
authorHuazhong Tan <tanhuazhong@huawei.com>
Sat, 30 May 2020 01:08:27 +0000 (09:08 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 31 May 2020 00:41:22 +0000 (17:41 -0700)
commit1f4982ef56f794101cae7ec0fa3b7605f78bd25f
treee844787df310be51cdad291dd2520f43deea611e
parentbc183dec08f9cb177cf5206a010b7a9e7b22e567
net: hns3: fix a print format issue in hclge_mac_mdio_config()

Use %d to print int variable 'ret' in hclge_mac_mdio_config().

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