mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 02:30:51 -04:00
dwmmc: fix a typo
This commit is contained in:
parent
89cb925fdd
commit
ea7f45d3d8
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue