28 Aug
2020
28 Aug
'20
4:20 p.m.
On Fri, Aug 28, 2020 at 05:00:57PM +0300, Andy Shevchenko wrote:
Drivers should use dma_request_chan() instead of dma_request_slave_channel().
dma_request_slave_channel() is a simple wrapper for dma_request_chan() eating up the error code for channel request failure and makes deferred probing impossible.
It's not fully correct change.
--
With Best Regards,
Andy Shevchenko