bnx2x: fix logical op
authorRandy Dunlap <randy.dunlap@oracle.com>
Fri, 8 Aug 2008 03:33:19 +0000 (20:33 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 8 Aug 2008 03:33:19 +0000 (20:33 -0700)
Fix dubious logical operation that was found by sparse:
linux-next-20080807/drivers/net/bnx2x_main.c:7205:27: warning: dubious: !x & y

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found