linux-stable/drivers/net/wireless
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
..
admtek
ath cross-tree: phase out dma_zalloc_coherent() 2019-01-08 07:58:37 -05:00
atmel
broadcom cross-tree: phase out dma_zalloc_coherent() 2019-01-08 07:58:37 -05:00
cisco Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 2018-12-27 13:53:32 -08:00
intel cross-tree: phase out dma_zalloc_coherent() 2019-01-08 07:58:37 -05:00
intersil Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 2018-12-27 13:53:32 -08:00
marvell wireless-drivers-next patches for 4.21 2018-12-20 16:47:10 -08:00
mediatek wireless-drivers-next patches for 4.21 2018-12-20 16:47:10 -08:00
quantenna qtnfmac: fix error handling in control path 2018-11-06 18:57:37 +02:00
ralink cross-tree: phase out dma_zalloc_coherent() 2019-01-08 07:58:37 -05:00
realtek wireless-drivers-next patches for 4.21 2018-12-20 16:47:10 -08:00
rsi rsi: fix spelling mistake "Initialzing" -> "Initializing" 2018-11-06 18:52:10 +02:00
st cw1200: Fix concurrency use-after-free bugs in cw1200_hw_scan() 2018-12-20 08:49:37 +02:00
ti wireless-drivers-next patches for 4.21 2018-12-03 15:44:27 -08:00
zydas zd1201: mark expected switch fall-through 2018-11-06 19:00:12 +02:00
Kconfig mac80211-next: rtnetlink wifi simulation device 2018-12-05 15:31:31 +01:00
mac80211_hwsim.c This time we have too many changes to list, highlights: 2018-12-19 08:36:18 -08:00
mac80211_hwsim.h mac80211_hwsim: allow configurable cipher types 2018-11-09 11:36:15 +01:00
Makefile mac80211-next: rtnetlink wifi simulation device 2018-12-05 15:31:31 +01:00
ray_cs.c ray_cs: mark expected switch fall-throughs 2018-11-06 19:00:01 +02:00
ray_cs.h
rayctl.h
rndis_wlan.c
virt_wifi.c mac80211-next: rtnetlink wifi simulation device 2018-12-05 15:31:31 +01:00
wl3501.h
wl3501_cs.c