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

2018-03-12 Thread Martin K. Petersen
Souptick, > Use dma_pool_zalloc() instead of dma_pool_alloc + memset Applied to 4.17/scsi-queue. Thanks! -- Martin K. Petersen Oracle Linux Engineering

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

2018-03-08 Thread Brian King
On 03/08/2018 07:11 AM, Souptick Joarder wrote: > Use dma_pool_zalloc() instead of dma_pool_alloc + memset > > Signed-off-by: Souptick Joarder > --- > drivers/scsi/ipr.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/scsi/ipr.c

[PATCH] scsi: ipr: Use dma_pool_zalloc()

2018-03-08 Thread Souptick Joarder
Use dma_pool_zalloc() instead of dma_pool_alloc + memset Signed-off-by: Souptick Joarder --- drivers/scsi/ipr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/ipr.c b/drivers/scsi/ipr.c index e07dd99..97387be 100644 ---

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

2018-03-07 Thread Souptick Joarder
On Wed, Mar 7, 2018 at 8:45 AM, Martin K. Petersen wrote: > > Brian, > >> Thanks! >> >> Acked-by: Brian King > > Not sure where this patch was sent but it's not in my mailbox, nor the > list archives. > > Souptick: Please resubmit to

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

2018-03-06 Thread Martin K. Petersen
Brian, > Thanks! > > Acked-by: Brian King Not sure where this patch was sent but it's not in my mailbox, nor the list archives. Souptick: Please resubmit to linux-scsi with Brian's Acked-by. -- Martin K. Petersen Oracle Linux Engineering

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

2018-03-06 Thread Brian King
On 03/06/2018 02:52 PM, Souptick Joarder wrote: > Any comment for this patch. > > On Sat, Feb 17, 2018 at 9:56 PM, Souptick Joarder > wrote: >> Use dma_pool_zalloc() instead of dma_pool_alloc + memset >> >> Signed-off-by: Souptick Joarder >> --- >>