From: Peter P Waskiewicz Jr Date: Thu, 16 Jul 2009 15:50:32 +0000 (+0000) Subject: ixgbe: Make sure boolean assignments from bitwise operations done correctly X-Git-Tag: v2.6.32-rc1~703^2~618 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=078788b6a68828c1caf395b48110535e051cd623;p=pandora-kernel.git ixgbe: Make sure boolean assignments from bitwise operations done correctly When the link comes up, the driver detects which flow control settings are active. This is done using bitwise operations directly from the hardware registers, and assumes the proper boolean assignment. Make this an explicit boolean value before assignment to the bool. Signed-off-by: Peter P Waskiewicz Jr Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed