mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
Fix build: remove stale KASSERT() for mutex that no longer exists.
This commit is contained in:
parent
412d0f16d1
commit
93a08226da
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=151241
@ -917,8 +917,6 @@ ndis_detach(dev)
|
||||
driver_object *drv;
|
||||
|
||||
sc = device_get_softc(dev);
|
||||
KASSERT(mtx_initialized(&sc->ndis_mtx),
|
||||
("ndis mutex not initialized"));
|
||||
NDIS_LOCK(sc);
|
||||
ifp = sc->ifp;
|
||||
ifp->if_flags &= ~IFF_UP;
|
||||
|
Loading…
Reference in New Issue
Block a user