diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2019-12-12 15:55:45 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-12-16 11:57:06 +0000 |
commit | 6bfbf4d0aa0c5ebfd4442e1200b21565703e90ed (patch) | |
tree | 2d184fc5b4fd0b59685964709283f5d2e1485062 /Documentation | |
parent | 6133fed0539bc5c059d3a661b61704159ba448a6 (diff) | |
download | linux-stable-6bfbf4d0aa0c5ebfd4442e1200b21565703e90ed.tar.gz linux-stable-6bfbf4d0aa0c5ebfd4442e1200b21565703e90ed.tar.bz2 linux-stable-6bfbf4d0aa0c5ebfd4442e1200b21565703e90ed.zip |
spi: img-spfi: Use dma_request_chan() instead dma_request_slave_channel()
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@ti.com>
Link: https://lore.kernel.org/r/20191212135550.4634-5-peter.ujfalusi@ti.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions