dwmmc: fix a typo

This commit is contained in:
Andriy Gapon 2021-09-24 19:32:39 +03:00
parent 89cb925fdd
commit ea7f45d3d8

View file

@ -878,7 +878,7 @@ dwmmc_update_ios(device_t brdev, device_t reqdev)
sc = device_get_softc(brdev);
ios = &sc->host.ios;
dprintf("Setting up clk %u bus_width %d, timming: %d\n",
dprintf("Setting up clk %u bus_width %d, timing: %d\n",
ios->clock, ios->bus_width, ios->timing);
switch (ios->power_mode) {