ixgbe: Be explict with what we are !'ing in ixgbe_sfp_config_module_task()
authorTony Breeds <tony@bakeyournoodle.com>
Thu, 9 Apr 2009 22:29:10 +0000 (22:29 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 11 Apr 2009 09:48:03 +0000 (02:48 -0700)
commit8d1c3c0746098bee8ad116073120166347f21719
tree3ef0d293667c0b750c9fe587a897be80c57ed685
parent04193058c1005551af93f04a4b975fbd7f95cad5
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 <tony@bakeyournoodle.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ixgbe/ixgbe_main.c