aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/host/sdhci.c')
-rw-r--r--drivers/mmc/host/sdhci.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/mmc/host/sdhci.c b/drivers/mmc/host/sdhci.c
index 5e25147e92f7..074157e8e73d 100644
--- a/drivers/mmc/host/sdhci.c
+++ b/drivers/mmc/host/sdhci.c
@@ -203,11 +203,6 @@ static void sdhci_do_reset(struct sdhci_host *host, u8 mask)
203 203
204 host->ops->reset(host, mask); 204 host->ops->reset(host, mask);
205 205
206 if (host->quirks & SDHCI_QUIRK_RESTORE_IRQS_AFTER_RESET) {
207 sdhci_writel(host, host->ier, SDHCI_INT_ENABLE);
208 sdhci_writel(host, host->ier, SDHCI_SIGNAL_ENABLE);
209 }
210
211 if (host->flags & (SDHCI_USE_SDMA | SDHCI_USE_ADMA)) { 206 if (host->flags & (SDHCI_USE_SDMA | SDHCI_USE_ADMA)) {
212 if ((host->ops->enable_dma) && (mask & SDHCI_RESET_ALL)) 207 if ((host->ops->enable_dma) && (mask & SDHCI_RESET_ALL))
213 host->ops->enable_dma(host); 208 host->ops->enable_dma(host);