Remove a now unneeded ARGE_UNLOCK().

Whilst I'm here, remove a couple blank lines.
This commit is contained in:
Adrian Chadd 2012-03-13 06:50:56 +00:00
parent 964fdce070
commit 49def78fbb

View File

@ -703,7 +703,6 @@ arge_update_link_locked(struct arge_softc *sc)
ifp = sc->arge_ifp;
if (mii == NULL || ifp == NULL ||
(ifp->if_drv_flags & IFF_DRV_RUNNING) == 0) {
ARGE_UNLOCK(sc);
return;
}
@ -719,7 +718,6 @@ arge_update_link_locked(struct arge_softc *sc)
} else {
sc->arge_link_status = 0;
}
}
static void
@ -859,7 +857,6 @@ arge_init_locked(struct arge_softc *sc)
arge_reset_dma(sc);
if (sc->arge_miibus) {
mii = device_get_softc(sc->arge_miibus);
mii_mediachg(mii);