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:
3027099
)
mmc: rk_sdmmc: fix dw_mci_suspend
author
lintao
<lintao@rock-chips.com>
Fri, 7 Mar 2014 11:32:06 +0000
(19:32 +0800)
committer
lintao
<lintao@rock-chips.com>
Fri, 7 Mar 2014 11:32:06 +0000
(19:32 +0800)
drivers/mmc/host/rk_sdmmc.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/host/rk_sdmmc.c
b/drivers/mmc/host/rk_sdmmc.c
index 0a31358816be8d3c1838cfc64910f55fe6ecc50a..ebd0edbb09d988c27f8163df425a34566d475fe2 100755
(executable)
--- a/
drivers/mmc/host/rk_sdmmc.c
+++ b/
drivers/mmc/host/rk_sdmmc.c
@@
-2738,7
+2738,7
@@
EXPORT_SYMBOL(dw_mci_remove);
*/
int dw_mci_suspend(struct dw_mci *host)
{
- int i, ret = 0;
+
/*
int i, ret = 0;
for (i = 0; i < host->num_slots; i++) {
struct dw_mci_slot *slot = host->slot[i];
@@
-2754,7
+2754,7
@@
int dw_mci_suspend(struct dw_mci *host)
return ret;
}
}
-
+ */
if (host->vmmc)
regulator_disable(host->vmmc);