summaryrefslogtreecommitdiffstats
path: root/sys/dev/siba/siba_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/siba/siba_core.c')
-rw-r--r--sys/dev/siba/siba_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/siba/siba_core.c b/sys/dev/siba/siba_core.c
index 4c7dfee..91f44f3 100644
--- a/sys/dev/siba/siba_core.c
+++ b/sys/dev/siba/siba_core.c
@@ -1207,7 +1207,7 @@ siba_cc_pmu0_pll0_init(struct siba_cc *scc, uint32_t xtalfreq)
if (((pmu & SIBA_CC_PMUCTL_XF) >> 2) == e->xf)
return;
- DPRINTF(siba, SIBA_DEBUG_PLL, "change PLL value to %u.%03u mhz\n",
+ DPRINTF(siba, SIBA_DEBUG_PLL, "change PLL value to %u.%03u MHz\n",
(xtalfreq / 1000), (xtalfreq % 1000));
KASSERT(siba->siba_chipid == 0x4328 || siba->siba_chipid == 0x5354,
OpenPOWER on IntegriCloud