From: Tony Breeds Date: Thu, 16 Apr 2009 23:27:23 +0000 (-0700) Subject: ixgbe: Be explict with what we are !'ing in ixgbe_sfp_config_module_task() X-Git-Tag: v2.6.30-rc4~68^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2238aff5bbd9d928b69e579b4c95842f97da95ba;p=pandora-kernel.git ixgbe: Be explict with what we are !'ing in ixgbe_sfp_config_module_task() GCC warns: drivers/net/ixgbe/ixgbe_main.c: In function 'ixgbe_sfp_config_module_task': drivers/net/ixgbe/ixgbe_main.c:3920: warning: suggest parantheses around operand of '!' or change '&' to '&&' or '!' to '~' Which I think is right. Bracket to remove ambiguity. Signed-off-by: Tony Breeds Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed