summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2003-10-13 04:57:31 +0000
committersam <sam@FreeBSD.org>2003-10-13 04:57:31 +0000
commit779a93dc02572a18ca1363d418d0f07d066c3830 (patch)
tree8b84894e2e9e886f467d2fb7447a0b966692b5f0 /sys/dev/ath
parent0650be79cba0bc250dbdd98688bb3e6b62df3b1f (diff)
downloadFreeBSD-src-779a93dc02572a18ca1363d418d0f07d066c3830.zip
FreeBSD-src-779a93dc02572a18ca1363d418d0f07d066c3830.tar.gz
remove dangling mtx_unlock orphaned by rev 1.21 change
Diffstat (limited to 'sys/dev/ath')
-rw-r--r--sys/dev/ath/if_ath.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/ath/if_ath.c b/sys/dev/ath/if_ath.c
index e5c6fb0..ce2af42 100644
--- a/sys/dev/ath/if_ath.c
+++ b/sys/dev/ath/if_ath.c
@@ -335,7 +335,6 @@ ath_detach(struct ath_softc *sc)
ath_desc_free(sc);
ath_hal_detach(sc->sc_ah);
ieee80211_ifdetach(ifp);
- mtx_unlock(&sc->sc_mtx);
return 0;
}
OpenPOWER on IntegriCloud