mirror of
https://github.com/torvalds/linux.git
synced 2024-12-15 15:41:58 +00:00
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: Jian Shen <shenjian15@huawei.com> Link: https://lore.kernel.org/r/20220719142424.4528-1-shenjian15@huawei.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
602ae008ab
commit
09765fcd3c
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user