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