commit | a0beb3c1b1acbe80a851a9892f72094ea27504be | [log] [tgz] |
---|---|---|
author | Sasha Neftin <sasha.neftin@intel.com> | Mon Jun 08 18:49:39 2020 +0300 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Mon Jun 29 18:21:53 2020 -0700 |
tree | 0a0b70f5fa7acc632fe5dc7b863a7f5078ced460 | |
parent | 725fa16d3622a3e9e21f37a4b79ce866afca5ef0 [diff] |
igc: Refactor the igc_power_down_link() Currently the implementation of igc_power_down_link() method was just calling igc_power_down_phy_copper_base() method. We can just call igc_power_down_phy_copper_base() method directly. Signed-off-by: Sasha Neftin <sasha.neftin@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>