projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6490338
)
mmc: host: sdhci: Prevent IRQ capability from being set if quirk is set
author
Colin Cross
<ccross@android.com>
Wed, 22 Sep 2010 00:51:05 +0000
(17:51 -0700)
committer
Colin Cross
<ccross@android.com>
Wed, 6 Oct 2010 23:28:41 +0000
(16:28 -0700)
Change-Id: I18a622844a69ed00fee798786c28c75d10ba7c81
Signed-off-by: Colin Cross <ccross@android.com>
drivers/mmc/host/sdhci.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/host/sdhci.c
b/drivers/mmc/host/sdhci.c
index 0a544d79252e82d19f7a77167b93dd6df1d9a3d6..5d0792dc6890eb223c1bcb1cb09eef3df30d32ff 100644
(file)
--- a/
drivers/mmc/host/sdhci.c
+++ b/
drivers/mmc/host/sdhci.c
@@
-1849,7
+1849,7
@@
int sdhci_add_host(struct sdhci_host *host)
else
mmc->f_min = host->max_clk / 256;
mmc->f_max = host->max_clk;
- mmc->caps
|= MMC_CAP_SDIO_IRQ
;
+ mmc->caps
= 0
;
if (host->quirks & SDHCI_QUIRK_8_BIT_DATA)
mmc->caps |= MMC_CAP_8_BIT_DATA;