]> asedeno.scripts.mit.edu Git - linux.git/commit
serial/mpsc: switch to dma_alloc_attrs
authorChristoph Hellwig <hch@lst.de>
Fri, 16 Jun 2017 07:17:10 +0000 (09:17 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Jun 2017 02:24:15 +0000 (10:24 +0800)
commit7b45fff006dd17ca7752e772bf9d347266e081b1
tree153883ae2c00bbbffa8b7f9397a882dcd458448d
parente36361d70e9729ee2334fcb260014a3ff275c2e0
serial/mpsc: switch to dma_alloc_attrs

Use dma_alloc_attrs directly instead of the dma_alloc_noncoherent wrapper.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/mpsc.c