]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
net: hns3: fix a bug in hns3_driv_to_eth_caps
authorFuyun Liang <liangfuyun1@huawei.com>
Fri, 3 Nov 2017 04:18:27 +0000 (12:18 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 3 Nov 2017 12:36:49 +0000 (21:36 +0900)
commit3e1a8f10a1375133ea4a943f21138f00b4d06dc2
tree16004dc915ae11b46633e5ad1fd5addfa302e593
parent2b39cabb2a283cea0c3d96d9370575371726164f
net: hns3: fix a bug in hns3_driv_to_eth_caps

The value of link_modes.advertising and the value of link_modes.supported
is initialized to zero every time in for loop in hns3_driv_to_eth_caps().
But we just want to set specified bit for them. Initialization is
unnecessary. This patch fixes it.

Fixes: 496d03e (net: hns3: Add Ethtool support to HNS3 driver)
Signed-off-by: Fuyun Liang <liangfuyun1@huawei.com>
Signed-off-by: Lipeng <lipeng321@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/hisilicon/hns3/hns3pf/hns3_ethtool.c