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