mbox series

[0/4] use dma_zalloc_coherent and vzalloc to replace open code

Message ID 1533129976-51930-1-git-send-email-zhongjiang@huawei.com (mailing list archive)
Headers show
Series use dma_zalloc_coherent and vzalloc to replace open code | expand

Message

zhong jiang Aug. 1, 2018, 1:26 p.m. UTC
zhong jiang (4):
  driver/scsi/fnic/fnic_trace: Use vzalloc to zero instead of
    vmalloc+memset
  drivers/scsi/dpt_i2o: Use dma_zalloc_coherent to repalce
    dma_alloc_coherent+memset
  drivers/scsi/snic/snic_trc: Use vzalloc instead of vmalloc+memset
  drivers/scsi/mvsas/mv_init: Use dma_zalloc_coherent to replace
    dma_alloc_coherent+memset

 drivers/scsi/dpt_i2o.c         | 12 ++++--------
 drivers/scsi/fnic/fnic_trace.c |  3 +--
 drivers/scsi/mvsas/mv_init.c   | 12 ++++--------
 drivers/scsi/snic/snic_trc.c   |  3 +--
 4 files changed, 10 insertions(+), 20 deletions(-)