ixgbe: Be explict with what we are !'ing in ixgbe_sfp_config_module_task()
authorTony Breeds <tony@bakeyournoodle.com>
Thu, 16 Apr 2009 23:27:23 +0000 (16:27 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 16 Apr 2009 23:27:23 +0000 (16:27 -0700)
commit2238aff5bbd9d928b69e579b4c95842f97da95ba
tree8420e3b1888c56c61bfdd1482f468dcdcdbfc180
parent3664090e199f10cb0282097faae8f8ca58c1e4ae
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