diff options
-rw-r--r-- | drivers/mmc/host/sdhci.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/mmc/host/sdhci.c b/drivers/mmc/host/sdhci.c index 7f95211e9449..04a5e257a2ab 100644 --- a/drivers/mmc/host/sdhci.c +++ b/drivers/mmc/host/sdhci.c | |||
@@ -2434,9 +2434,7 @@ static irqreturn_t sdhci_irq(int irq, void *dev_id) | |||
2434 | 2434 | ||
2435 | if (host->runtime_suspended) { | 2435 | if (host->runtime_suspended) { |
2436 | spin_unlock(&host->lock); | 2436 | spin_unlock(&host->lock); |
2437 | pr_warning("%s: got irq while runtime suspended\n", | 2437 | return IRQ_NONE; |
2438 | mmc_hostname(host->mmc)); | ||
2439 | return IRQ_HANDLED; | ||
2440 | } | 2438 | } |
2441 | 2439 | ||
2442 | intmask = sdhci_readl(host, SDHCI_INT_STATUS); | 2440 | intmask = sdhci_readl(host, SDHCI_INT_STATUS); |