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