kernel/drivers/mmc/host/sdhci.c
.. .. @@ -1134,6 +1134,8 @@ 1134 1134 } 1135 1135 } 1136 1136 1137 + sdhci_config_dma(host);1138 +1137 1139 if (host->flags & SDHCI_REQ_USE_DMA) { 1138 1140 int sg_cnt = sdhci_pre_dma_transfer(host, data, COOKIE_MAPPED); 1139 1141 .. .. @@ -1152,8 +1154,6 @@ 1152 1154 sdhci_set_sdma_addr(host, sdhci_sdma_address(host)); 1153 1155 } 1154 1156 } 1155 -1156 - sdhci_config_dma(host);1157 1157 1158 1158 if (!(host->flags & SDHCI_REQ_USE_DMA)) { 1159 1159 int flags;