summaryrefslogtreecommitdiffstats
path: root/sys/dev/mmc/host/dwmmc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/mmc/host/dwmmc.c')
-rw-r--r--sys/dev/mmc/host/dwmmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mmc/host/dwmmc.c b/sys/dev/mmc/host/dwmmc.c
index 5b24a6d..f55d3e6 100644
--- a/sys/dev/mmc/host/dwmmc.c
+++ b/sys/dev/mmc/host/dwmmc.c
@@ -191,7 +191,7 @@ dwmmc_ctrl_reset(struct dwmmc_softc *sc, int reset_bits)
if (!(READ4(sc, SDMMC_CTRL) & reset_bits))
return (0);
DELAY(10);
- };
+ }
device_printf(sc->dev, "Reset failed\n");
OpenPOWER on IntegriCloud