alistair23-linux/drivers/scsi/pm8001
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
..
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
pm80xx_hwi.c scsi: pm8001: switch to generic DMA API 2018-10-17 21:58:52 -04:00
pm80xx_hwi.h scsi: pm80xx: Fixed system hang issue during kexec boot 2018-09-11 21:14:38 -04:00
pm8001_chips.h [SCSI] pm8001: fix endian issue with code optimization. 2012-02-29 16:54:09 -06:00
pm8001_ctl.c treewide: kzalloc() -> kcalloc() 2018-06-12 16:19:22 -07:00
pm8001_ctl.h [SCSI] pm80xx: Firmware logging support. 2013-10-25 09:58:16 +01:00
pm8001_defs.h scsi: pm80xx: Fix for phy enable/disable functionality 2018-09-11 21:13:08 -04:00
pm8001_hwi.c scsi: pm8001: switch to generic DMA API 2018-10-17 21:58:52 -04:00
pm8001_hwi.h scsi: pm80xx: Fix for phy enable/disable functionality 2018-09-11 21:13:08 -04:00
pm8001_init.c scsi: flip the default on use_clustering 2018-12-18 23:13:12 -05:00
pm8001_sas.c cross-tree: phase out dma_zalloc_coherent() 2019-01-08 07:58:37 -05:00
pm8001_sas.h scsi: pm80xx: Update driver version to 0.1.39 2018-09-11 21:15:09 -04:00