linux_dsm_epyc7002/drivers/net/ethernet/intel/igc
YueHaibing 84cfa53740 igc: Remove set but not used variable 'pci_using_dac'
Fixes gcc '-Wunused-but-set-variable' warning:

drivers/net/ethernet/intel/igc/igc_main.c: In function 'igc_probe':
drivers/net/ethernet/intel/igc/igc_main.c:3535:11: warning:
 variable 'pci_using_dac' set but not used [-Wunused-but-set-variable]

It never used since introduction in commit
d89f88419f ("igc: Add skeletal frame for Intel(R) 2.5G Ethernet Controller support")

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Acked-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>
2018-11-07 09:47:01 -08:00
..
igc_base.c igc: Remove set but not used variables 'ctrl_ext, link_mode' 2018-11-07 09:47:01 -08:00
igc_base.h igc: Add code for PHY support 2018-10-17 13:55:18 -07:00
igc_defines.h igc: Add watchdog 2018-10-17 13:58:47 -07:00
igc_hw.h igc: Add watchdog 2018-10-17 13:58:47 -07:00
igc_i225.c igc: Add NVM support 2018-10-17 13:52:00 -07:00
igc_i225.h igc: Add NVM support 2018-10-17 13:52:00 -07:00
igc_mac.c igc: Add setup link functionality 2018-10-17 13:56:55 -07:00
igc_mac.h igc: Add setup link functionality 2018-10-17 13:56:55 -07:00
igc_main.c igc: Remove set but not used variable 'pci_using_dac' 2018-11-07 09:47:01 -08:00
igc_nvm.c igc: Add NVM support 2018-10-17 13:52:00 -07:00
igc_nvm.h igc: Add NVM support 2018-10-17 13:52:00 -07:00
igc_phy.c igc: Add setup link functionality 2018-10-17 13:56:55 -07:00
igc_phy.h igc: Add setup link functionality 2018-10-17 13:56:55 -07:00
igc_regs.h igc: Add code for PHY support 2018-10-17 13:55:18 -07:00
igc.h igc: Add watchdog 2018-10-17 13:58:47 -07:00
Makefile igc: Add code for PHY support 2018-10-17 13:55:18 -07:00