]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mpsc: use dma_set_mask insted of dma_supported
authorChristoph Hellwig <hch@lst.de>
Sat, 3 Oct 2015 15:19:33 +0000 (17:19 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 4 Oct 2015 18:14:26 +0000 (19:14 +0100)
commitfc12c116b1982c61dfbb6c00673dac50cc2bd7b5
treec3e083606e04b317391d767f8d66fd63f3b5f79e
parent27c310c5c3129aac9d2f325211df85a82177f274
mpsc: use dma_set_mask insted of dma_supported

This ensures the dma mask that is supported by the driver is recorded
in the device structure.

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