projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f408cc
)
mmc: dw_mmc: Remove unnecessary else clauses
author
Chris Ball
<cjb@laptop.org>
Sun, 25 Dec 2011 02:06:06 +0000
(21:06 -0500)
committer
Chris Ball
<cjb@laptop.org>
Thu, 12 Jan 2012 04:58:44 +0000
(23:58 -0500)
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/dw_mmc.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mmc/host/dw_mmc.c
b/drivers/mmc/host/dw_mmc.c
index 69e588960e79b63c0942a5d1c6959a2f585504ff..9b839fabfb3c5c02138937e33c93fcf3529f5705 100644
(file)
--- a/
drivers/mmc/host/dw_mmc.c
+++ b/
drivers/mmc/host/dw_mmc.c
@@
-1678,14
+1678,9
@@
static int __init dw_mci_init_slot(struct dw_mci *host, unsigned int id)
if (host->pdata->caps)
mmc->caps = host->pdata->caps;
- else
- mmc->caps = 0;
if (host->pdata->caps2)
mmc->caps2 = host->pdata->caps2;
- else
- mmc->caps2 = 0;
-
if (host->pdata->get_bus_wd)
if (host->pdata->get_bus_wd(slot->id) >= 4)