RE: [PATCH -next 15/26] bfa: Use dma_zalloc_coherent

2014-06-15 Thread Anil Gurumurthy
Thanks for the patch. Acked-by: Anil Gurumurthy -Original Message- From: Joe Perches [mailto:j...@perches.com] Sent: 16 June 2014 02:08 To: linux-kernel Cc: Anil Gurumurthy; Sudarsana Kalluru; James E.J. Bottomley; linux-scsi Subject: [PATCH -next 15/26] bfa: Use dma_zalloc_coherent Use

[PATCH -next 15/26] bfa: 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 --- drivers/scsi/bfa/bfad_bsg.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/scsi/bfa/bfad_bsg.c b/drivers/scsi/bfa/bfad_bsg.c index 8994fb8..65f3e74 100644 --- a/