Re: [PATCH 05/22] sound: n64: Don't use GFP_DMA when calling dma_alloc_coherent()

From: Christoph Hellwig
Date: Sat Feb 19 2022 - 02:08:41 EST


On Sat, Feb 19, 2022 at 08:52:04AM +0800, Baoquan He wrote:
> dma_alloc_coherent() allocates dma buffer with device's addressing
> limitation in mind. It's redundent to specify GFP_DMA when calling
> dma_alloc_coherent().
>
> [ 42.hyeyoo@xxxxxxxxx: Update changelog ]
>
> Signed-off-by: Baoquan He <bhe@xxxxxxxxxx>
> Acked-by: Hyeonggon Yoo <42.hyeyoo@xxxxxxxxx>

Looks good:

Reviewed-by: Christoph Hellwig <hch@xxxxxx>