summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-04-01 08:57:28 +0000
committerphk <phk@FreeBSD.org>2003-04-01 08:57:28 +0000
commit7c6db5e66d371f11546981615f217665d7f1dba3 (patch)
treeaf9d62fa04423b2d3e234397ace1c28bf85abb80 /sys/pci
parente72fdee732ab55fc784034c81ccedda4b5279816 (diff)
downloadFreeBSD-src-7c6db5e66d371f11546981615f217665d7f1dba3.zip
FreeBSD-src-7c6db5e66d371f11546981615f217665d7f1dba3.tar.gz
Fix KASSERT syntax error.
Diffstat (limited to 'sys/pci')
-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