]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
i40evf: remove bogus comment
authorMitch Williams <mitch.a.williams@intel.com>
Fri, 21 Feb 2014 03:29:10 +0000 (19:29 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 21 Feb 2014 17:38:25 +0000 (12:38 -0500)
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>
drivers/net/ethernet/intel/i40evf/i40evf_main.c

index db37ac4f388e30de2ef1db0c89d5352e2ba992da..1bb9debf9694ec71b3c35f5b700a75e1f00542cd 100644 (file)
@@ -2048,7 +2048,6 @@ static void i40evf_init_task(struct work_struct *work)
                                    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)) {
                dev_info(&pdev->dev, "Invalid MAC address %pMAC, using random\n",
                         adapter->hw.mac.addr);