mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-25 08:02:56 +00:00
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 <sasha.neftin@intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
This commit is contained in:
parent
63532ced07
commit
4d59f52ba7
1 changed files with 0 additions and 1 deletions
|
@ -544,7 +544,6 @@ static int igc_ethtool_set_eeprom(struct net_device *netdev,
|
||||||
if (ret_val == 0)
|
if (ret_val == 0)
|
||||||
hw->nvm.ops.update(hw);
|
hw->nvm.ops.update(hw);
|
||||||
|
|
||||||
/* check if need: igc_set_fw_version(adapter); */
|
|
||||||
kfree(eeprom_buff);
|
kfree(eeprom_buff);
|
||||||
return ret_val;
|
return ret_val;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue