Re: [PATCH -next 22/26] qla2xxx: Use dma_zalloc_coherent

2014-06-16 Thread Saurav Kashyap
Acked-by: Saurav Kashyap saurav.kash...@qlogic.com Use the zeroing function instead of dma_alloc_coherent memset(,0,) Signed-off-by: Joe Perches j...@perches.com --- drivers/scsi/qla2xxx/qla_init.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git

[PATCH -next 22/26] qla2xxx: Use dma_zalloc_coherent

2014-06-15 Thread Joe Perches
Use the zeroing function instead of dma_alloc_coherent memset(,0,) Signed-off-by: Joe Perches j...@perches.com --- drivers/scsi/qla2xxx/qla_init.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_init.c b/drivers/scsi/qla2xxx/qla_init.c