ixgbe: fix obvious return value bug.
authorDon Skidmore <donald.c.skidmore@intel.com>
Fri, 17 Feb 2012 07:38:13 +0000 (07:38 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 14 Mar 2012 07:41:26 +0000 (00:41 -0700)
This is clearly a typeo where we are not checking the return value from
get_link_capabilities but should.  This patch corrects that.

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>

No differences found