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(-) -- 1.7.12.4