From: Tony Breeds Date: Thu, 9 Apr 2009 22:29:10 +0000 (+0000) Subject: ixgbe: Be explict with what we are !'ing in ixgbe_sfp_config_module_task() X-Git-Tag: v2.6.31-rc1~330^2~662 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d1c3c0746098bee8ad116073120166347f21719;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