linux/drivers/s390/net
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
ctcm_dbug.c
ctcm_dbug.h
ctcm_fsms.c
ctcm_fsms.h
ctcm_main.c
ctcm_main.h
ctcm_mpc.c
ctcm_mpc.h
ctcm_sysfs.c
fsm.c
fsm.h
ism.h
ism_drv.c cross-tree: phase out dma_zalloc_coherent() 2019-01-08 07:58:37 -05:00
lcs.c
lcs.h
netiucv.c
qeth_core.h s390/qeth: remove card list 2018-11-08 17:22:23 -08:00
qeth_core_main.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2018-11-28 22:10:54 -08:00
qeth_core_mpc.c s390/qeth: replace open-coded cmd setup 2018-11-08 17:22:23 -08:00
qeth_core_mpc.h s390/qeth: remove two IPA command helpers 2018-11-08 17:22:24 -08:00
qeth_core_sys.c s390/qeth: remove duplicated carrier state tracking 2018-09-26 09:56:08 -07:00
qeth_l2.h
qeth_l2_main.c net: core: dev: Add extack argument to dev_open() 2018-12-06 13:26:06 -08:00
qeth_l2_sys.c
qeth_l3.h
qeth_l3_main.c net: core: dev: Add extack argument to dev_open() 2018-12-06 13:26:06 -08:00
qeth_l3_sys.c
smsgiucv.c
smsgiucv.h
smsgiucv_app.c