linux_dsm_epyc7002/drivers/media/pci
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
..
b2c2 media: drivers: media: pci: b2c2: Fix errors due to unappropriate coding style. 2018-12-05 04:23:19 -05:00
bt8xx media: vidioc_cropcap -> vidioc_g_pixelaspect 2018-11-20 13:57:21 -05:00
cobalt media: vidioc_cropcap -> vidioc_g_pixelaspect 2018-11-20 13:57:21 -05:00
cx18 media: vidioc_cropcap -> vidioc_g_pixelaspect 2018-11-20 13:57:21 -05:00
cx88
cx23885 media: cx23885: only reset DMA on problematic CPUs 2018-12-20 06:52:01 -05:00
cx25821
ddbridge media: ddbridge: Move asm includes after linux ones 2018-12-20 06:42:14 -05:00
dm1105
dt3155
intel cross-tree: phase out dma_zalloc_coherent() 2019-01-08 07:58:37 -05:00
ivtv Remove 'type' argument from access_ok() function 2019-01-03 18:57:57 -08:00
mantis media: remove redundant include moduleparam.h 2018-12-05 04:33:45 -05:00
meye
netup_unidvb
ngene
pluto2
pt1
pt3
saa7134 media: saa7134: rc-core maintains users count, no need to duplicate 2018-12-03 13:22:46 -05:00
saa7146
saa7164
smipcie
solo6x10
sta2x11
ttpci
tw68
tw686x
tw5864
Kconfig
Makefile