On 12/14/2021 8:36 AM, Christoph Hellwig wrote:
dma_alloc_coherent ignores the zone specifiers, so this is pointless and confusing. Signed-off-by: Christoph Hellwig <hch@xxxxxx> --- drivers/scsi/elx/efct/efct_driver.c | 2 +- drivers/scsi/elx/efct/efct_hw.c | 10 +++++----- drivers/scsi/elx/efct/efct_io.c | 2 +- drivers/scsi/elx/libefc/efc_cmds.c | 4 ++-- drivers/scsi/elx/libefc/efc_els.c | 4 ++-- drivers/scsi/elx/libefc_sli/sli4.c | 14 +++++++------- 6 files changed, 18 insertions(+), 18 deletions(-)
Looks good. Thanks Christoph. Reviewed-by: James Smart <jsmart2021@xxxxxxxxx> -- james