aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/s5p_mmc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/s5p_mmc.c')
-rw-r--r--drivers/mmc/s5p_mmc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/s5p_mmc.c b/drivers/mmc/s5p_mmc.c
index 032380071..668c28bde 100644
--- a/drivers/mmc/s5p_mmc.c
+++ b/drivers/mmc/s5p_mmc.c
@@ -466,6 +466,7 @@ static int s5p_mmc_initialize(int dev_index, int bus_width)
mmc_host[dev_index].clock = 0;
mmc_host[dev_index].reg = s5p_get_base_mmc(dev_index);
+ mmc->m_bmax = 0;
mmc_register(mmc);
return 0;