summaryrefslogtreecommitdiff
path: root/drivers/mmc/exynos_dw_mmc.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-10-13 08:13:56 -0400
committerTom Rini <trini@konsulko.com>2016-10-13 08:13:56 -0400
commitc69f6d04ec66433f2360490a5cd0263c83aab18f (patch)
treeea11b307b58f5abd066d57db87cdde43daf73c80 /drivers/mmc/exynos_dw_mmc.c
parent79493609c5300be6cc555ab8bd38971360b381f6 (diff)
parent57718f017b10871cd9dc03dca56c3bd690fc2614 (diff)
Merge branch 'master' of http://git.denx.de/u-boot-mmc
Diffstat (limited to 'drivers/mmc/exynos_dw_mmc.c')
-rw-r--r--drivers/mmc/exynos_dw_mmc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/mmc/exynos_dw_mmc.c b/drivers/mmc/exynos_dw_mmc.c
index 568fed74be8..c440399a09c 100644
--- a/drivers/mmc/exynos_dw_mmc.c
+++ b/drivers/mmc/exynos_dw_mmc.c
@@ -271,8 +271,7 @@ static int exynos_dwmmc_probe(struct udevice *dev)
if (err)
return err;
- dwmci_setup_cfg(&plat->cfg, host->name, host->buswidth, host->caps,
- DWMMC_MAX_FREQ, DWMMC_MIN_FREQ);
+ dwmci_setup_cfg(&plat->cfg, host, DWMMC_MAX_FREQ, DWMMC_MIN_FREQ);
host->mmc = &plat->mmc;
host->mmc->priv = &priv->host;
host->priv = dev;