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