dma_request_slave_channel() is a wrapper on top of dma_request_chan()
eating up the error code.
By using dma_request_chan() directly the driver can support deferred
probing against DMA.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@xxxxxx>
---
drivers/slimbus/qcom-ngd-ctrl.c | 20 ++++++++++++--------
1 file changed, 12 insertions(+), 8 deletions(-)