]> asedeno.scripts.mit.edu Git - linux.git/commit
scsi: arcmsr: Use dma_alloc_coherent to replace dma_zalloc_coherent
authorChing Huang <ching2048@areca.com.tw>
Fri, 18 Jan 2019 02:53:41 +0000 (10:53 +0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 23 Jan 2019 02:38:21 +0000 (21:38 -0500)
commit3e3153b050fc33f3e56763fd237701e7683609a7
treec81e6e7e02c2242dbee5fb92024acf2ee23de5fd
parentf03dc9cfc86f7b6a1bb403adeab5543349db1ffc
scsi: arcmsr: Use dma_alloc_coherent to replace dma_zalloc_coherent

From Ching Huang <ching2048@areca.com.tw>

dma_zalloc_coherent will be phased out. Use dma_alloc_coherent instead.

Signed-off-by: Ching Huang <ching2048@areca.com.tw>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/arcmsr/arcmsr_hba.c