acrn-kernel/drivers/infiniband/hw/i40iw
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
..
Kconfig
Makefile
i40iw.h
i40iw_cm.c 4.21 merge window pull request 2018-12-28 14:57:10 -08:00
i40iw_cm.h
i40iw_ctrl.c
i40iw_d.h
i40iw_hmc.c
i40iw_hmc.h
i40iw_hw.c
i40iw_main.c
i40iw_osdep.h
i40iw_p.h
i40iw_pble.c
i40iw_pble.h
i40iw_puda.c
i40iw_puda.h
i40iw_register.h
i40iw_status.h
i40iw_type.h
i40iw_uk.c
i40iw_user.h
i40iw_utils.c cross-tree: phase out dma_zalloc_coherent() 2019-01-08 07:58:37 -05:00
i40iw_verbs.c RDMA: Cleanup undesired pd->uobject usage 2018-12-18 19:15:48 -07:00
i40iw_verbs.h
i40iw_vf.c
i40iw_vf.h
i40iw_virtchnl.c
i40iw_virtchnl.h