]> git.baikalelectronics.ru Git - kernel.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)
commit1a0ee7b35c5027ffb02379013e9ba483b344bd62
tree153883ae2c00bbbffa8b7f9397a882dcd458448d
parent855356ccd058b6a4d5e5ec33128e758541b41a62
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