linux/drivers/net/ethernet/cavium/liquidio
Colin Ian King 19a6d156a7 net: cavium: liquidio: fix check for in progress flag
smatch detected a suspicious looking bitop condition:

drivers/net/ethernet/cavium/liquidio/lio_main.c:2529
  handle_timestamp() warn: suspicious bitop condition

(skb_shinfo(skb)->tx_flags | SKBTX_IN_PROGRESS is always non-zero,
so the logic is definitely not correct.  Use & to mask the correct
bit.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-02-13 06:05:41 -05:00
..
cn66xx_device.c
cn66xx_device.h
cn66xx_regs.h
cn68xx_device.c
cn68xx_device.h
cn68xx_regs.h
lio_ethtool.c drivers/net: get rid of unnecessary initializations in .get_drvinfo() 2015-10-16 00:24:10 -07:00
lio_main.c net: cavium: liquidio: fix check for in progress flag 2016-02-13 06:05:41 -05:00
liquidio_common.h
liquidio_image.h
Makefile
octeon_config.h
octeon_console.c
octeon_device.c net-Liquidio: Delete unnecessary checks before the function call "vfree" 2015-06-29 09:28:14 -07:00
octeon_device.h
octeon_droq.c net: cavium: liquidio: Return correct error code 2016-02-13 05:57:11 -05:00
octeon_droq.h
octeon_iq.h
octeon_main.h
octeon_mem_ops.c
octeon_mem_ops.h
octeon_network.h
octeon_nic.c
octeon_nic.h
request_manager.c net-Liquidio: Delete unnecessary checks before the function call "vfree" 2015-06-29 09:28:14 -07:00
response_manager.c
response_manager.h