net/cxgbe: fix parenthesis on bitwise operation
authorEmmanuel Roullit <emmanuel.roullit@gmail.com>
Sun, 15 Jan 2017 19:50:37 +0000 (20:50 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 17 Jan 2017 18:41:43 +0000 (19:41 +0100)
commit1039ee1c6ddfa2ba67e05449147c8e5c2d783cd0
tree77a0e66b8d3074b3140e1cff32e69ab0e19874ae
parent6ff773e102b4b076ead734e434ce69561582c7fe
net/cxgbe: fix parenthesis on bitwise operation

clang reports the following error:
error: logical not is only applied to the left hand side of this bitwise
operator. [-Werror,-Wlogical-not-parentheses]

Fixes: 92c8a63223e5 ("cxgbe: add device configuration and Rx support")

Signed-off-by: Emmanuel Roullit <emmanuel.roullit@gmail.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
drivers/net/cxgbe/cxgbe_main.c