Re: [PATCH 06/11] sigwd93: switch to dma_alloc_attrs
Christoph, > Use dma_alloc_attrs directly instead of the dma_alloc_noncoherent > wrapper. Fixed driver name typo and applied to 4.13/scsi-queue. -- Martin K. Petersen Oracle Linux Engineering
[PATCH 06/11] sigwd93: switch to dma_alloc_attrs
Use dma_alloc_attrs directly instead of the dma_alloc_noncoherent wrapper. Signed-off-by: Christoph Hellwig --- drivers/scsi/sgiwd93.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/drivers/scsi/sgiwd93.c b/drivers/scsi/sgiwd93.c index 71b4b91d2215..80cfa93e407c 1