mirror of https://gitee.com/openkylin/linux.git
i40evf: remove bogus comment
This comment is simply not true. Change-ID: If006b02b60984601a24257a951ae873dff568008 Signed-off-by: Mitch Williams <mitch.a.williams@intel.com> Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com> Tested-by: Sibai Li <sibai.li@intel.com> Signed-off-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
c2a137cb63
commit
db8ed10ff9
|
@ -2048,7 +2048,6 @@ static void i40evf_init_task(struct work_struct *work)
|
||||||
NETIF_F_HW_VLAN_CTAG_FILTER;
|
NETIF_F_HW_VLAN_CTAG_FILTER;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* The HW MAC address was set and/or determined in sw_init */
|
|
||||||
if (!is_valid_ether_addr(adapter->hw.mac.addr)) {
|
if (!is_valid_ether_addr(adapter->hw.mac.addr)) {
|
||||||
dev_info(&pdev->dev, "Invalid MAC address %pMAC, using random\n",
|
dev_info(&pdev->dev, "Invalid MAC address %pMAC, using random\n",
|
||||||
adapter->hw.mac.addr);
|
adapter->hw.mac.addr);
|
||||||
|
|
Loading…
Reference in New Issue