commit | 4ab84d450e24b3a309608182a8d8e30626b46f8f | [log] [tgz] |
---|---|---|
author | Randy Dunlap <randy.dunlap@oracle.com> | Thu Aug 07 20:33:19 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 07 20:33:19 2008 -0700 |
tree | 652fdffd5e03a6336bc86179364087388431e86e | |
parent | c1c6c11a6860c8135fd0d923c3d49fb368889b10 [diff] |
bnx2x: fix logical op 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>