]> nv-tegra.nvidia Code Review - linux-3.10.git/commitdiff
fixup! sdhci: Enable SDIO IRQ in sdhci_resume_host
authorDan Willemsen <dwillemsen@nvidia.com>
Thu, 1 Aug 2013 05:07:36 +0000 (22:07 -0700)
committerDan Willemsen <dwillemsen@nvidia.com>
Sat, 14 Sep 2013 20:17:58 +0000 (13:17 -0700)
Signed-off-by: Dan Willemsen <dwillemsen@nvidia.com>
drivers/mmc/host/sdhci.c

index 76b2f37cf81df69dc7701706574701456c746b4d..ad63193b73214c09ea8fab4006255f6da1354755 100644 (file)
@@ -2763,6 +2763,7 @@ EXPORT_SYMBOL_GPL(sdhci_suspend_host);
 int sdhci_resume_host(struct sdhci_host *host)
 {
        int ret;
+       struct mmc_host *mmc = host->mmc;
 
        if (host->flags & (SDHCI_USE_SDMA | SDHCI_USE_ADMA)) {
                if (host->ops->enable_dma)