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-10-01 18:41:34 +03:00
2015-11-18 11:20:36 +02:00
2017-11-02 11:10:55 +01:00
2016-09-21 12:13:34 +02:00
2017-11-02 11:10:55 +01:00
2019-01-08 07:58:37 -05:00
2017-11-02 11:10:55 +01:00
2018-11-29 17:30:50 +02:00
2018-08-09 18:22:33 +03:00
2017-11-02 11:10:55 +01:00
2015-11-18 11:20:36 +02:00
2017-11-02 11:10:55 +01:00
2018-10-05 11:38:06 +03:00
2015-11-18 11:20:36 +02:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2016-04-12 15:56:15 +02:00
2017-11-02 11:10:55 +01:00
2018-11-29 17:30:50 +02:00
2018-11-29 17:30:50 +02:00
2017-09-20 15:41:07 +03:00
2017-11-02 11:10:55 +01:00
2017-09-25 11:30:20 +03:00
2017-11-02 11:10:55 +01:00
2016-04-12 15:56:15 +02:00
2017-11-02 11:10:55 +01:00
2018-11-29 17:30:50 +02:00
2017-11-02 11:10:55 +01:00
2018-12-13 17:02:17 +02:00
2017-11-02 11:10:55 +01:00
2015-11-18 11:20:36 +02:00
2017-11-02 11:10:55 +01:00
2015-11-18 11:20:36 +02:00
2017-11-02 11:10:55 +01:00
2015-11-18 11:20:36 +02:00
2017-11-02 11:10:55 +01:00
2015-11-18 11:20:36 +02:00
2017-11-02 11:10:55 +01:00
2015-11-18 11:20:36 +02:00
2017-11-02 11:10:55 +01:00
2015-11-18 11:20:36 +02:00
2017-11-02 11:10:55 +01:00
2015-11-18 11:20:36 +02:00
2017-11-02 11:10:55 +01:00
2015-11-18 11:20:36 +02:00
2017-11-02 11:10:55 +01:00
2015-11-18 11:20:36 +02:00
2017-11-02 11:10:55 +01:00
2016-04-12 15:56:15 +02:00
2017-11-02 11:10:55 +01:00
2016-04-12 15:56:15 +02:00
2017-11-02 11:10:55 +01:00
2015-11-18 11:20:36 +02:00
2017-11-02 11:10:55 +01:00
2016-04-12 15:56:15 +02:00
2017-11-02 11:10:55 +01:00
2015-11-18 11:20:36 +02:00
2017-11-02 11:10:55 +01:00
2016-06-16 18:23:18 +03:00
2017-11-02 11:10:55 +01:00
2017-04-28 10:41:38 +02:00
2017-11-02 11:10:55 +01:00