Commit 09765fcd authored by Jian Shen's avatar Jian Shen Committed by Jakub Kicinski
Browse files

net: amd8111e: remove repeated dev->features assignement



It's repeated with line 1793-1795, and there isn't any other
handling for it. So remove it.

Signed-off-by: default avatarJian Shen <shenjian15@huawei.com>
Link: https://lore.kernel.org/r/20220719142424.4528-1-shenjian15@huawei.com


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 602ae008
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1830,9 +1830,6 @@ static int amd8111e_probe_one(struct pci_dev *pdev,
	dev->max_mtu = AMD8111E_MAX_MTU;
	netif_napi_add_weight(dev, &lp->napi, amd8111e_rx_poll, 32);

#if AMD8111E_VLAN_TAG_USED
	dev->features |= NETIF_F_HW_VLAN_CTAG_TX | NETIF_F_HW_VLAN_CTAG_RX;
#endif
	/* Probe the external PHY */
	amd8111e_probe_ext_phy(dev);