diff options
| author | Emmanuel Vadot <manu@FreeBSD.org> | 2021-04-22 19:41:56 +0000 |
|---|---|---|
| committer | Emmanuel Vadot <manu@FreeBSD.org> | 2021-04-27 17:01:09 +0000 |
| commit | 7cbdf8a05db7da9c78e8ac74542febc646d24abd (patch) | |
| tree | f878fbef849196b8960b301c866424d4f47217a8 /sys/dev/mmc | |
| parent | f1cc48e5da505004259343392ee4a27b8338fca4 (diff) | |
Diffstat (limited to 'sys/dev/mmc')
| -rw-r--r-- | sys/dev/mmc/host/dwmmc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mmc/host/dwmmc.c b/sys/dev/mmc/host/dwmmc.c index 6b635f55bd45..f28d842bd801 100644 --- a/sys/dev/mmc/host/dwmmc.c +++ b/sys/dev/mmc/host/dwmmc.c @@ -858,7 +858,7 @@ dwmmc_setup_bus(struct dwmmc_softc *sc, int freq) tout = 1000; do { if (tout-- < 0) { - device_printf(sc->dev, "Failed to update clk"); + device_printf(sc->dev, "Failed to update clk\n"); return (1); } } while (READ4(sc, SDMMC_CMD) & SDMMC_CMD_START); |
