|
|
@@ -630,8 +630,8 @@ static int tegra_slink_init_dma_param(struct tegra_slink_data *tspi,
|
|
|
int ret;
|
|
|
struct dma_slave_config dma_sconfig;
|
|
|
|
|
|
- dma_chan = dma_request_slave_channel(tspi->dev,
|
|
|
- dma_to_memory ? "rx" : "tx");
|
|
|
+ dma_chan = dma_request_slave_channel_reason(tspi->dev,
|
|
|
+ dma_to_memory ? "rx" : "tx");
|
|
|
if (IS_ERR(dma_chan)) {
|
|
|
ret = PTR_ERR(dma_chan);
|
|
|
if (ret != -EPROBE_DEFER)
|