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:
bea2827
)
mmc: rk_sdmmc: fix dw_mci_resume
author
lintao
<lintao@rock-chips.com>
Fri, 7 Mar 2014 11:33:41 +0000
(19:33 +0800)
committer
lintao
<lintao@rock-chips.com>
Fri, 7 Mar 2014 11:33:41 +0000
(19:33 +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 ebd0edbb09d988c27f8163df425a34566d475fe2..c3ce486ed7ac4d7d23a624e6a79157bc269e2a97 100755
(executable)
--- a/
drivers/mmc/host/rk_sdmmc.c
+++ b/
drivers/mmc/host/rk_sdmmc.c
@@
-2807,9
+2807,9
@@
int dw_mci_resume(struct dw_mci *host)
dw_mci_setup_bus(slot, true);
}
-
ret = mmc_resume_host(host->slot[i]->mmc);
-
if (ret < 0)
-
return ret;
+
//
ret = mmc_resume_host(host->slot[i]->mmc);
+
//
if (ret < 0)
+
//
return ret;
}
return 0;
}