summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_ti.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/if_ti.c')
-rw-r--r--sys/pci/if_ti.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_ti.c b/sys/pci/if_ti.c
index 4513a18..3e1da15 100644
--- a/sys/pci/if_ti.c
+++ b/sys/pci/if_ti.c
@@ -2375,7 +2375,7 @@ ti_detach(dev)
return EBUSY;
sc = device_get_softc(dev);
- KASSERT(mtx_initialized(&sc->ti_mtx), "ti mutex not initialized");
+ KASSERT(mtx_initialized(&sc->ti_mtx), ("ti mutex not initialized"));
TI_LOCK(sc);
ifp = &sc->arpcom.ac_if;
OpenPOWER on IntegriCloud