projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c494eaf
)
mmc: sh_mmcif: Fix compile error
author
Nobuhiro Iwamatsu
<
[email protected]
>
Mon, 31 Mar 2014 05:54:28 +0000
(14:54 +0900)
committer
Pantelis Antoniou
<
[email protected]
>
Wed, 2 Apr 2014 09:55:31 +0000
(12:55 +0300)
BY commit "mmc: Split mmc struct, rework mmc initialization (v2)",
sh_mmcif has compile error. This fixes compile error.
Signed-off-by: Nobuhiro Iwamatsu <
[email protected]
>
CC: Pantelis Antoniou <
[email protected]
>
Reported-by: Masahiro Yamada <
[email protected]
>
Acked-by: Pantelis Antoniou <
[email protected]
>
drivers/mmc/sh_mmcif.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/sh_mmcif.c
b/drivers/mmc/sh_mmcif.c
index 64b5b472616b828ccf2d3743d42666337ec6585d..ad5b23ce7ed3205518606a5da1516638f446c4ca 100644
(file)
--- a/
drivers/mmc/sh_mmcif.c
+++ b/
drivers/mmc/sh_mmcif.c
@@
-580,7
+580,7
@@
static struct mmc_config sh_mmcif_cfg = {
.ops = &sh_mmcif_ops,
.host_caps = MMC_MODE_HS | MMC_MODE_HS_52MHz | MMC_MODE_4BIT |
MMC_MODE_8BIT | MMC_MODE_HC,
- .voltages = MMC_VDD_32_33 | MMC_VDD_33_34
;
+ .voltages = MMC_VDD_32_33 | MMC_VDD_33_34
,
.f_min = CLKDEV_MMC_INIT,
.f_max = CLKDEV_EMMC_DATA,
.b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT,