linux/drivers/scsi/lpfc
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
lpfc.h
lpfc_attr.c scsi: lpfc: Adding ability to reset chip via pci bus reset 2018-12-19 22:13:08 -05:00
lpfc_attr.h
lpfc_bsg.c cross-tree: phase out dma_zalloc_coherent() 2019-01-08 07:58:37 -05:00
lpfc_bsg.h
lpfc_compat.h
lpfc_crtn.h scsi: lpfc: Adding ability to reset chip via pci bus reset 2018-12-19 22:13:08 -05:00
lpfc_ct.c scsi: lpfc: Add log messages to aid in debugging fc4type discovery issues 2018-12-19 22:13:07 -05:00
lpfc_debugfs.c SCSI misc on 20181224 2018-12-28 14:48:06 -08:00
lpfc_debugfs.h
lpfc_disc.h
lpfc_els.c scsi: lpfc: Enable Management features for IF_TYPE=6 2018-12-12 20:33:08 -05:00
lpfc_hbadisc.c scsi: lpfc: Fix discovery failure when PLOGI is defered 2018-12-19 22:13:07 -05:00
lpfc_hw.h
lpfc_hw4.h scsi: lpfc: Adding ability to reset chip via pci bus reset 2018-12-19 22:13:08 -05:00
lpfc_ids.h
lpfc_init.c cross-tree: phase out dma_zalloc_coherent() 2019-01-08 07:58:37 -05:00
lpfc_logmsg.h
lpfc_mbox.c cross-tree: phase out dma_zalloc_coherent() 2019-01-08 07:58:37 -05:00
lpfc_mem.c
lpfc_nl.h
lpfc_nportdisc.c
lpfc_nvme.c
lpfc_nvme.h
lpfc_nvmet.c
lpfc_nvmet.h
lpfc_scsi.c SCSI misc on 20181224 2018-12-28 14:48:06 -08:00
lpfc_scsi.h
lpfc_sli.c cross-tree: phase out dma_zalloc_coherent() 2019-01-08 07:58:37 -05:00
lpfc_sli.h
lpfc_sli4.h
lpfc_version.h scsi: lpfc: Update lpfc version to 12.0.0.10 2018-12-19 22:13:08 -05:00
lpfc_vport.c
lpfc_vport.h