]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ixgbe: fix X550 PHY function pointers
authorDon Skidmore <donald.c.skidmore@intel.com>
Wed, 10 Jun 2015 00:36:53 +0000 (17:36 -0700)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Thu, 27 Aug 2015 15:00:25 +0000 (08:00 -0700)
commit506db170748e1dba878c20e290d3f51dc2d69b28
treeae494c8976e39f387fa6124ed2b036534fba75d4
parentf63b39fefc92888f63a7773eb49aefe60d28dc49
ixgbe: fix X550 PHY function pointers

Orabug: 21669416

A subset of the X550 function pointers didn't have default methods. This
didn't cause any issue with previous X550 devices as they were all
redefined.  However future devices will need these default values.

Signed-off-by: Don Skidmore <donald.c.skidmore@intel.com>
Tested-by: Krishneil Singh <krishneil.k.singh@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
(cherry picked from commit bef23de1e57654e9c05be3e428b9158908a327bb)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c