igc: Remove unreachable code from igc_phy.c file
authorSasha Neftin <sasha.neftin@intel.com>
Tue, 11 Dec 2018 16:55:41 +0000 (18:55 +0200)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 6 Feb 2019 00:08:54 +0000 (16:08 -0800)
commit803cc52323e0c863d3f08740b8c156593a5ca1e9
tree904218b093d5c5f0b3769699424639a323f1ef26
parent59f58708c5047289589cbf6ee95146b76cf57d1e
igc: Remove unreachable code from igc_phy.c file

Address community comment.
Remove the unreachable code leads to the static checker warning.
PHY functionality will be added later per demand.
Reported by Dan Carpenter.

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>
drivers/net/ethernet/intel/igc/igc_phy.c