diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2020-01-07 12:59:59 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2020-05-26 10:51:20 +0100 |
commit | 8d7de077834f978ea0adc9727c43a69129b6f107 (patch) | |
tree | 003c765532320cbcd1f5cdde30224c47ca13a5a3 /init | |
parent | c085c664155ef6bd2e0ae9a030751b66cf307606 (diff) | |
download | linux-8d7de077834f978ea0adc9727c43a69129b6f107.tar.bz2 |
mfd: stm32-timers: 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>
Acked-by: Fabrice Gasnier <fabrice.gasnier@st.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions