From: Sasha Neftin Date: Mon, 30 Nov 2020 17:43:00 +0000 (+0200) Subject: igc: Remove igc_set_fw_version comment X-Git-Tag: v5.12-rc1~200^2~148^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4d59f52ba770b463c61c299d3d2f3e4d53722d74;p=thirdparty%2Flinux.git igc: Remove igc_set_fw_version comment i225 device not supported and do not plan to support configuration of fw version string for ethtool Signed-off-by: Sasha Neftin Signed-off-by: Tony Nguyen --- diff --git a/drivers/net/ethernet/intel/igc/igc_ethtool.c b/drivers/net/ethernet/intel/igc/igc_ethtool.c index ec8cd69d49928..29da2710b500a 100644 --- a/drivers/net/ethernet/intel/igc/igc_ethtool.c +++ b/drivers/net/ethernet/intel/igc/igc_ethtool.c @@ -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; }