From 4dedadcbae35c84366c2543bce37e045b1665196 Mon Sep 17 00:00:00 2001 From: Don Skidmore Date: Fri, 12 Dec 2014 05:37:30 +0000 Subject: [PATCH] ixgbe: Cleanup probe to remove redundant attempt to ID PHY We always identify the PHY in our reset_hw path anyway so there is no need to do it in get_invariants(). The reason I even noticed this is that for new hardware (X550em) we don't assign some methods until later in probe and calling phy.ops.read_reg could lead to a panic. Signed-off-by: Don Skidmore Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-format-patch failed