summaryrefslogtreecommitdiff
path: root/drivers/synopsys/emmc/dw_mmc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/synopsys/emmc/dw_mmc.c')
-rw-r--r--drivers/synopsys/emmc/dw_mmc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/synopsys/emmc/dw_mmc.c b/drivers/synopsys/emmc/dw_mmc.c
index 701e6d53..156c2b4e 100644
--- a/drivers/synopsys/emmc/dw_mmc.c
+++ b/drivers/synopsys/emmc/dw_mmc.c
@@ -321,6 +321,7 @@ static int dw_set_ios(int clk, int width)
break;
default:
assert(0);
+ break;
}
dw_set_clk(clk);
return 0;