alistair23-linux/drivers/scsi/qla4xxx
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
..
Kconfig
Makefile
ql4_83xx.c scsi: qla4xxx: shut up warning for rd_reg_indirect 2016-02-23 21:27:02 -05:00
ql4_83xx.h qla4xxx: Added new opcodes for 84XX Minidump template 2014-05-19 19:12:13 +02:00
ql4_attr.c
ql4_bsg.c qla4xxx: Fix printk() in qla4_83xx_read_reset_template() and qla4_83xx_pre_loopback_config() 2015-05-26 15:22:17 +02:00
ql4_bsg.h
ql4_dbg.c
ql4_dbg.h
ql4_def.h scsi: qla4xxx: skip error recovery in case of register disconnect. 2018-02-13 21:35:41 -05:00
ql4_fw.h qla4xxx: Add support of 0xFF capture mask for minidump 2014-05-19 19:12:13 +02:00
ql4_glbl.h scsi: qla4xxx: switch to pci_alloc_irq_vectors 2016-12-07 18:58:58 -05:00
ql4_init.c cross-tree: phase out dma_zalloc_coherent() 2019-01-08 07:58:37 -05:00
ql4_inline.h
ql4_iocb.c scsi: remove abuses of scsi_populate_tag 2014-11-12 11:19:41 +01:00
ql4_isr.c scsi: qla4xxx: switch to pci_alloc_irq_vectors 2016-12-07 18:58:58 -05:00
ql4_mbx.c cross-tree: phase out dma_zalloc_coherent() 2019-01-08 07:58:37 -05:00
ql4_nvram.c
ql4_nvram.h
ql4_nx.c cross-tree: phase out dma_zalloc_coherent() 2019-01-08 07:58:37 -05:00
ql4_nx.h scsi: qla4xxx: Move an array from a .h into a .c file 2018-02-12 11:43:24 -05:00
ql4_os.c cross-tree: phase out dma_zalloc_coherent() 2019-01-08 07:58:37 -05:00
ql4_version.h qla4xxx: Update driver version to 5.04.00-k6 2014-05-19 19:12:21 +02:00