]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ixgbe: fix obvious return value bug.
authorDon Skidmore <donald.c.skidmore@intel.com>
Fri, 17 Feb 2012 07:38:13 +0000 (07:38 +0000)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 15:05:15 +0000 (23:05 +0800)
commit0d3d5c6447773415e12cd01067723e1987526e0f
tree79b1937d39f79db7cc5cd9b3dc1f9221c7aee2ef
parent5b25bb44b929ac2ab54c59d3ddc478638e6e817c
ixgbe: fix obvious return value bug.

This is clearly a typeo where we are not checking the return value from
get_link_capabilities but should.  This patch corrects that.

(cherry picked from commit 9cdcf098800d9549b0bf1e759f8b456baabfb939)
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>
Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/ixgbe/ixgbe_82599.c