Re: [PATCH] scsi/dpt_i2o.c: Use dma_zalloc_coherent
From: James Bottomley
Date: Mon Mar 11 2019 - 12:14:00 EST
On Mon, 2019-03-11 at 21:21 +0530, Sabyasachi Gupta wrote:
> Replaced dma_alloc_coherent + memset with dma_zalloc_coherent
I really don't think so. This API is going away:
https://lkml.org/lkml/2019/1/8/394
James