ixgbe: cleanup X540 PHY reset function pointer
authorDon Skidmore <donald.c.skidmore@intel.com>
Fri, 18 Feb 2011 19:29:46 +0000 (19:29 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 3 Mar 2011 11:21:15 +0000 (03:21 -0800)
commitb60c5dd31b053d008110a80aa4089d64cee60e8f
tree87da6af2debb7cd8f06173d738671a2c7bed9db1
parentc700f4e6f55c42c9aeacf365bd178f97625e00df
ixgbe: cleanup X540 PHY reset function pointer

The X540 PHY reset pointer isn't currently used which is a good thing as it
wouldn't work as implemented.  On top of that the X540 firmware is written
with the assumption that is does not need to be reset for proper
initialization so it's not needed.  I'm just assigning the pointer at NULL
as the current implementation is rather misleading.

Signed-off-by: Don Skidmore <donald.c.skidmore@intel.com>
Tested-by: Stephen Ko <stephen.s.ko@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ixgbe/ixgbe_x540.c