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
..
2018-12-05 11:30:06 -08:00
2019-01-08 07:58:37 -05:00
2019-01-08 07:58:37 -05:00
2019-01-08 07:58:37 -05:00
2018-12-18 22:07:20 -08:00
2019-01-08 07:58:37 -05:00
2018-12-09 21:43:31 -08:00
2018-11-11 10:10:01 -08:00
2019-01-08 07:58:37 -05:00
2019-01-08 07:58:37 -05:00
2018-12-20 11:53:36 -08:00
2019-01-08 07:58:37 -05:00
2019-01-08 07:58:37 -05:00
2018-12-05 11:30:06 -08:00
2018-12-06 13:26:06 -08:00
2018-11-23 22:35:38 -08:00
2018-10-21 21:10:12 -07:00
2018-12-05 11:30:06 -08:00
2018-12-05 11:30:06 -08:00
2019-01-08 07:58:37 -05:00
2019-01-08 07:58:37 -05:00
2018-12-28 21:54:12 -08:00
2019-01-08 07:58:37 -05:00
2019-01-08 07:58:37 -05:00
2019-01-08 07:58:37 -05:00
2019-01-08 07:58:37 -05:00
2019-01-08 07:58:37 -05:00
2019-01-08 07:58:37 -05:00
2019-01-08 07:58:37 -05:00
2018-12-19 15:48:11 -08:00
2018-12-28 20:30:00 -08:00
2019-01-08 07:58:37 -05:00
2018-12-20 11:53:36 -08:00
2019-01-08 07:58:37 -05:00
2019-01-08 07:58:37 -05:00
2018-12-14 14:42:51 -08:00
2018-11-21 16:17:32 -08:00
2019-01-08 07:58:37 -05:00
2019-01-08 07:58:37 -05:00
2019-01-08 07:58:37 -05:00
2019-01-08 07:58:37 -05:00
2018-12-30 20:25:46 -08:00
2018-11-23 11:14:47 -08:00
2018-11-23 18:02:24 -08:00
2019-01-08 07:58:37 -05:00
2019-01-08 07:58:37 -05:00
2019-01-08 07:58:37 -05:00
2018-11-27 09:21:36 -08:00
2018-12-27 13:04:52 -08:00
2019-01-08 07:58:37 -05:00
2019-01-08 07:58:37 -05:00
2018-12-27 16:19:27 -08:00
2019-01-03 12:53:47 -08:00
2018-11-11 10:10:01 -08:00
2019-01-08 07:58:37 -05:00
2018-11-27 16:22:23 -08:00
2018-10-21 21:10:12 -07:00
2019-01-08 07:58:37 -05:00
2018-11-16 19:46:49 -08:00