From 5b93a4595b6c39f78b69cc6eb9a3fa0ae6efe4a6 Mon Sep 17 00:00:00 2001 From: Chris Ball Date: Sat, 24 Dec 2011 21:06:06 -0500 Subject: mmc: dw_mmc: Remove unnecessary else clauses Signed-off-by: Chris Ball --- drivers/mmc/host/dw_mmc.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'drivers/mmc') diff --git a/drivers/mmc/host/dw_mmc.c b/drivers/mmc/host/dw_mmc.c index 69e5889..9b839fa 100644 --- 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) -- cgit v1.1