From: Don Skidmore Date: Thu, 28 Jul 2011 01:00:58 +0000 (+0000) Subject: ixgbe: fix ixgbe_fc_autoneg_fiber bug X-Git-Tag: v3.2-rc1~129^2~357 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53f096de3a2d04dc034b9dbcb160c6448960309d;p=pandora-kernel.git ixgbe: fix ixgbe_fc_autoneg_fiber bug A logic error in ixgbe_fc_autoneg_fiber() that treated a masked u32 as a boolean would make it so we would never fall hit a error check case. So now I force the u32 to a boolean value with '!!'. Signed-off-by: Don Skidmore Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed