]> git.itanic.dy.fi Git - linux-stable/commit
serial: mxs-auart: convert not to use dma_request_slave_channel()
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sun, 19 Nov 2023 16:22:20 +0000 (17:22 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 23 Nov 2023 19:33:01 +0000 (19:33 +0000)
commitb49c36e4b2ff4d5c8b8a0495f660707ae7dfdda9
treec6731146beb2637858a1289ca255b973f2e6137c
parente6cc39486ae74271673742fe86ee6fb8d1eba16c
serial: mxs-auart: convert not to use dma_request_slave_channel()

dma_request_slave_channel() is deprecated. dma_request_chan() should
be used directly instead.

Switch to the preferred function and update the error handling accordingly.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/94812f7063e4db5590254ec45fe9bb3c6569509e.1700410918.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/mxs-auart.c