Date: Sun, 28 Jan 2024 11:39:29 GMT From: Andriy Gapon <avg@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: ea7f45d3d8d5 - main - dwmmc: fix a typo Message-ID: <202401281139.40SBdTHV071436@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by avg: URL: https://cgit.FreeBSD.org/src/commit/?id=ea7f45d3d8d5d41a9cded5765dea43ed215a663b commit ea7f45d3d8d5d41a9cded5765dea43ed215a663b Author: Andriy Gapon <avg@FreeBSD.org> AuthorDate: 2021-09-24 16:32:39 +0000 Commit: Andriy Gapon <avg@FreeBSD.org> CommitDate: 2024-01-28 11:37:57 +0000 dwmmc: fix a typo --- sys/dev/mmc/host/dwmmc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/mmc/host/dwmmc.c b/sys/dev/mmc/host/dwmmc.c index fd55ce5c0cd4..8d67608c3977 100644 --- a/sys/dev/mmc/host/dwmmc.c +++ b/sys/dev/mmc/host/dwmmc.c @@ -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) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401281139.40SBdTHV071436>