alistair23-linux/drivers/atm
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
..
.gitignore
adummy.c
ambassador.c
ambassador.h
atmtcp.c
eni.c atm: eni: Move semicolon to a new line after empty for loop 2018-10-18 15:38:26 -07:00
eni.h
firestream.c firestream: fix spelling mistake: "Inititing" -> "Initializing" 2018-11-27 15:32:06 -08:00
firestream.h
fore200e.c atm: Convert to using %pOFn instead of device_node.name 2018-11-17 21:52:11 -08:00
fore200e.h fore200e: devirtualize dma alloc calls 2018-10-10 22:38:50 -07:00
he.c cross-tree: phase out dma_zalloc_coherent() 2019-01-08 07:58:37 -05:00
he.h
horizon.c
horizon.h
idt77105.c
idt77105.h
idt77252.c cross-tree: phase out dma_zalloc_coherent() 2019-01-08 07:58:37 -05:00
idt77252.h
idt77252_tables.h
iphase.c atm: iphase: fix a 64 bit bug 2018-06-30 18:44:38 +09:00
iphase.h
Kconfig
lanai.c
Makefile
midway.h
nicstar.c atm: nicstar: Replace spin_is_locked() with spin_trylock() 2018-10-05 14:31:29 -07:00
nicstar.h
nicstarmac.c
nicstarmac.copyright
solos-attrlist.c
solos-pci.c treewide: kmalloc() -> kmalloc_array() 2018-06-12 16:19:22 -07:00
suni.c
suni.h
tonga.h
uPD98401.h
uPD98402.c
uPD98402.h
zatm.c atm: zatm: Fix empty body Clang warnings 2018-10-18 15:39:10 -07:00
zatm.h
zeprom.h