igc: Remove media type checking on the PHY initialization
authorSasha Neftin <sasha.neftin@intel.com>
Sun, 18 Jul 2021 09:42:09 +0000 (12:42 +0300)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Fri, 29 Oct 2021 16:51:21 +0000 (09:51 -0700)
commit8643d0b6b367fb97d8220e62719205d7398730b2
treee81dd823bf4d43a420ac2003dc16db76e705784a
parent28131d896d6d316bc1f6f305d1a9ed6d96c3f2a1
igc: Remove media type checking on the PHY initialization

i225 devices only have copper phy media type. There is no point in
checking phy media type during the phy initialization. This patch cleans
up a pointless check.

Signed-off-by: Sasha Neftin <sasha.neftin@intel.com>
Tested-by: Dvora Fuxbrumer <dvorax.fuxbrumer@linux.intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/igc/igc_base.c