dwmmc: Add \n to a debug printf

This commit is contained in:
Emmanuel Vadot 2021-04-22 21:41:56 +02:00
parent f1cc48e5da
commit 7cbdf8a05d

View file

@ -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);