linux/drivers/net/ethernet/cavium/liquidio
YueHaibing bf20a5c1d5 liquidio: Using NULL instead of plain integer
Fixes the following sparse warnings:

drivers/net/ethernet/cavium/liquidio/lio_main.c:3068:23: warning:
 Using plain integer as NULL pointer
drivers/net/ethernet/cavium/liquidio/lio_main.c:2909:23: warning:
 Using plain integer as NULL pointer
drivers/net/ethernet/cavium/liquidio/cn23xx_vf_device.c:385:27: warning:
 Using plain integer as NULL pointer

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-07-18 13:40:58 -07:00
..
cn23xx_pf_device.c liquidio: fix hang when re-binding VF host drv after running DPDK VF driver 2018-07-16 14:02:00 -07:00
cn23xx_pf_device.h liquidio: enhanced ethtool --set-channels feature 2018-04-30 09:26:29 -04:00
cn23xx_pf_regs.h
cn23xx_vf_device.c liquidio: Using NULL instead of plain integer 2018-07-18 13:40:58 -07:00
cn23xx_vf_device.h
cn23xx_vf_regs.h
cn66xx_device.c
cn66xx_device.h
cn66xx_regs.h
cn68xx_device.c
cn68xx_device.h
cn68xx_regs.h
lio_core.c liquidio: support use of ethtool to set link speed of CN23XX-225 cards 2018-05-07 23:31:23 -04:00
lio_ethtool.c liquidio: support use of ethtool to set link speed of CN23XX-225 cards 2018-05-07 23:31:23 -04:00
lio_main.c liquidio: Using NULL instead of plain integer 2018-07-18 13:40:58 -07:00
lio_vf_main.c liquidio: correct error msg text when removing VLAN ID 2018-07-16 22:55:29 -07:00
lio_vf_rep.c liquidio: Swap VF representor Tx and Rx statistics 2018-04-24 16:20:32 -04:00
lio_vf_rep.h liquidio: synchronize VF representor names with NIC firmware 2017-11-02 17:04:06 +09:00
liquidio_common.h liquidio: bump up driver version to 1.7.2 to match newer NIC firmware 2018-05-10 17:32:18 -04:00
liquidio_image.h
Makefile net: liquidio: clean up Makefile for simpler composite object handling 2018-03-26 02:01:27 +09:00
octeon_config.h liquidio: xmit_more support 2017-10-28 00:35:23 +09:00
octeon_console.c liquidio: use ktime_get_real_ts64() instead of getnstimeofday64() 2018-07-12 14:55:39 -07:00
octeon_device.c liquidio: enhanced ethtool --set-channels feature 2018-04-30 09:26:29 -04:00
octeon_device.h liquidio: fix kernel panic when NIC firmware is older than 1.7.2 2018-07-07 11:10:35 +09:00
octeon_droq.c treewide: Use array_size() in vzalloc_node() 2018-06-12 16:19:22 -07:00
octeon_droq.h liquidio: Simplified napi poll 2018-03-16 15:03:26 -04:00
octeon_iq.h liquidio: Enhanced ethtool stats 2018-04-17 09:56:52 -04:00
octeon_mailbox.c liquidio: Added ndo_get_vf_stats support 2018-04-20 10:53:46 -04:00
octeon_mailbox.h liquidio: Added ndo_get_vf_stats support 2018-04-20 10:53:46 -04:00
octeon_main.h liquidio: xmit_more support 2017-10-28 00:35:23 +09:00
octeon_mem_ops.c
octeon_mem_ops.h
octeon_network.h liquidio: monitor all of Octeon's cores in watchdog thread 2018-05-10 17:32:18 -04:00
octeon_nic.c liquidio: xmit_more support 2017-10-28 00:35:23 +09:00
octeon_nic.h liquidio: xmit_more support 2017-10-28 00:35:23 +09:00
request_manager.c liquidio: Use %pad printk format for dma_addr_t values 2018-07-16 13:36:49 -07:00
response_manager.c liquidio: avoid doing useless work 2018-03-08 21:46:12 -05:00
response_manager.h