igc: Remove igc_set_fw_version comment
authorSasha Neftin <sasha.neftin@intel.com>
Mon, 30 Nov 2020 17:43:00 +0000 (19:43 +0200)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Wed, 3 Feb 2021 23:20:32 +0000 (15:20 -0800)
i225 device not supported and do not plan to support
configuration of fw version string for ethtool

Signed-off-by: Sasha Neftin <sasha.neftin@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/igc/igc_ethtool.c

index ec8cd69d49928e81ac8792d090ac0c5b11991e66..29da2710b500a8eab3557291b774d4769e5c8dc3 100644 (file)
@@ -544,7 +544,6 @@ static int igc_ethtool_set_eeprom(struct net_device *netdev,
        if (ret_val == 0)
                hw->nvm.ops.update(hw);
 
-       /* check if need: igc_set_fw_version(adapter); */
        kfree(eeprom_buff);
        return ret_val;
 }