commit | 804901fdd637c7af8b767c329fd84aa0d3d617ec | [log] [tgz] |
---|---|---|
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | Sat Nov 18 09:42:07 2023 +0100 |
committer | Damien Le Moal <dlemoal@kernel.org> | Mon Nov 20 09:28:25 2023 +0900 |
tree | dbe3056211a29c47216a2603df0c6ad6312a99a4 | |
parent | 98b1cc82c4affc16f5598d4fa14b1858671b2263 [diff] |
ata: pata_pxa: 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. While at it, also propagate the error code that is now available. Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Reviewed-by: Sergey Shtylyov <s.shtylyov@omp.ru> Signed-off-by: Damien Le Moal <dlemoal@kernel.org>