aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/mmc/host/mmci_qcom_dml.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/host/mmci_qcom_dml.c b/drivers/mmc/host/mmci_qcom_dml.c
index 25d0a75533ea..b942d4aeeb77 100644
--- a/drivers/mmc/host/mmci_qcom_dml.c
+++ b/drivers/mmc/host/mmci_qcom_dml.c
@@ -133,7 +133,6 @@ static int qcom_dma_setup(struct mmci_host *host)
133 producer_id = of_get_dml_pipe_index(np, "rx"); 133 producer_id = of_get_dml_pipe_index(np, "rx");
134 134
135 if (producer_id < 0 || consumer_id < 0) { 135 if (producer_id < 0 || consumer_id < 0) {
136 host->variant->qcom_dml = false;
137 mmci_dmae_release(host); 136 mmci_dmae_release(host);
138 return -EINVAL; 137 return -EINVAL;
139 } 138 }