mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
dwmmc: Add \n to a debug printf
This commit is contained in:
parent
f1cc48e5da
commit
7cbdf8a05d
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue