Re: [PATCH] scsi: qla2xxx: use dma_pool_zalloc instead

2021-03-18 Thread Martin K. Petersen
On Sat, 13 Mar 2021 10:41:15 +0800, Wang Qing wrote: > use dma_pool_zalloc instead of dma_pool_alloc and memset Applied to 5.13/scsi-queue, thanks! [1/1] scsi: qla2xxx: use dma_pool_zalloc instead https://git.kernel.org/mkp/scsi/c/720efdd23f96 -- Martin K. Petersen Oracle Linux

Re: [PATCH] scsi: qla2xxx: use dma_pool_zalloc instead

2021-03-15 Thread Himanshu Madhani
> On Mar 12, 2021, at 8:41 PM, Wang Qing wrote: > > use dma_pool_zalloc instead of dma_pool_alloc and memset > > Signed-off-by: Wang Qing > --- > drivers/scsi/qla2xxx/qla_os.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/drivers/scsi/qla2xxx/qla_os.c

[PATCH] scsi: qla2xxx: use dma_pool_zalloc instead

2021-03-12 Thread Wang Qing
use dma_pool_zalloc instead of dma_pool_alloc and memset Signed-off-by: Wang Qing --- drivers/scsi/qla2xxx/qla_os.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c index 0743925..ac5e954 ---