Re: [PATCH] scsi: aic94xx: Use dma_pool_zalloc()

2018-03-14 Thread Souptick Joarder
On Thu, Mar 15, 2018 at 10:20 AM, Martin K. Petersen wrote: > > Souptick, > >> Any comment for this patch ? > > -ENOREVIEWS > > Also, you have not provided potential reviewers with a compelling reason > why dma_pool_zalloc() is superior to alloc+memset. >

Re: [PATCH] scsi: aic94xx: Use dma_pool_zalloc()

2018-03-14 Thread Martin K. Petersen
Souptick, > Any comment for this patch ? -ENOREVIEWS Also, you have not provided potential reviewers with a compelling reason why dma_pool_zalloc() is superior to alloc+memset. -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] scsi: aic94xx: Use dma_pool_zalloc()

2018-03-14 Thread Souptick Joarder
Hi Martin, Any comment for this patch ? On Wed, Mar 7, 2018 at 2:25 AM, Souptick Joarder wrote: > Any comment for this patch. > > On Thu, Feb 15, 2018 at 10:09 PM, Souptick Joarder > wrote: >> Use dma_pool_zalloc() instead of dma_pool_alloc + memset

Re: [PATCH] scsi: aic94xx: Use dma_pool_zalloc()

2018-03-06 Thread Souptick Joarder
Any comment for this patch. On Thu, Feb 15, 2018 at 10:09 PM, Souptick Joarder wrote: > Use dma_pool_zalloc() instead of dma_pool_alloc + memset > > Signed-off-by: Souptick Joarder > --- > drivers/scsi/aic94xx/aic94xx_hwi.c | 3 +-- > 1 file changed,

[PATCH] scsi: aic94xx: Use dma_pool_zalloc()

2018-02-15 Thread Souptick Joarder
Use dma_pool_zalloc() instead of dma_pool_alloc + memset Signed-off-by: Souptick Joarder --- drivers/scsi/aic94xx/aic94xx_hwi.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/scsi/aic94xx/aic94xx_hwi.c b/drivers/scsi/aic94xx/aic94xx_hwi.c