linux_dsm_epyc7002/drivers/net/ethernet/cavium/thunder
Luis Chamberlain 750afb08ca cross-tree: phase out dma_zalloc_coherent()
We already need to zero out memory for dma_alloc_coherent(), as such
using dma_zalloc_coherent() is superflous. Phase it out.

This change was generated with the following Coccinelle SmPL patch:

@ replace_dma_zalloc_coherent @
expression dev, size, data, handle, flags;
@@

-dma_zalloc_coherent(dev, size, handle, flags)
+dma_alloc_coherent(dev, size, handle, flags)

Suggested-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
[hch: re-ran the script on the latest tree]
Signed-off-by: Christoph Hellwig <hch@lst.de>
2019-01-08 07:58:37 -05:00
..
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
nic_main.c net: thunderx: fix NULL pointer dereference in nic_remove 2018-11-27 16:18:53 -08:00
nic_reg.h net: thunderx: add timestamping support 2018-01-16 14:31:14 -05:00
nic.h net: thunderx: prevent concurrent data re-writing by nicvf_set_rx_mode 2018-06-12 15:25:27 -07:00
nicvf_ethtool.c net: thunderx: mark expected switch fall-through 2018-08-07 17:54:19 -07:00
nicvf_main.c net: thunderx: set xdp_prog to NULL if bpf_prog_add fails 2018-11-22 11:40:30 -08:00
nicvf_queues.c cross-tree: phase out dma_zalloc_coherent() 2019-01-08 07:58:37 -05:00
nicvf_queues.h Revert "net: thunderx: Add support for xdp redirect" 2018-02-14 14:23:39 -05:00
q_struct.h net: thunderx: Optimize RBDR descriptor handling 2017-05-02 15:41:20 -04:00
thunder_bgx.c net: thunderx: check for failed allocation lmac->dmacs 2018-08-07 12:38:13 -07:00
thunder_bgx.h net: thunderx: add multicast filter management support 2018-03-31 22:18:17 -04:00
thunder_xcv.c net: ethernet: cavium: Correct Cavium Thunderx NIC driver names accordingly to module name 2018-01-29 12:22:06 -05:00