diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-04-01 08:57:28 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-04-01 08:57:28 +0000 |
| commit | 6f46bf604d561fc52a7fa5608f7b5dd7d0ce6706 (patch) | |
| tree | af9d62fa04423b2d3e234397ace1c28bf85abb80 /sys/dev/ti | |
| parent | 09139a45372f3b36cb9f49c8f3de00659037e3ca (diff) | |
Notes
Diffstat (limited to 'sys/dev/ti')
| -rw-r--r-- | sys/dev/ti/if_ti.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ti/if_ti.c b/sys/dev/ti/if_ti.c index 4513a18c96fbb..3e1da1562cff8 100644 --- a/sys/dev/ti/if_ti.c +++ b/sys/dev/ti/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; |
