diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2019-12-17 12:26:56 +0100 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2019-12-19 08:19:42 +0100 |
commit | c1fce225220dcfe8ba855b2373518fed9ea3e510 (patch) | |
tree | 15628d90a35e20b535ed4d370c2ce1f80f9cd80d /drivers/nvme | |
parent | Merge branch 'fixes' into next (diff) | |
download | linux-c1fce225220dcfe8ba855b2373518fed9ea3e510.tar.xz linux-c1fce225220dcfe8ba855b2373518fed9ea3e510.zip |
mmc: dw_mmc: 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/20191217112656.30860-1-peter.ujfalusi@ti.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/nvme')
0 files changed, 0 insertions, 0 deletions