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