Forgot to remove unlock of the driver lock from age_start_locked() when

converting it to a locked variant.

PR:		kern/153948
This commit is contained in:
jhb 2011-01-13 13:04:49 +00:00
parent 0d331f0eea
commit 018ecd0b32

@ -1760,8 +1760,6 @@ age_start_locked(struct ifnet *ifp)
/* Set a timeout in case the chip goes out to lunch. */
sc->age_watchdog_timer = AGE_TX_TIMEOUT;
}
AGE_UNLOCK(sc);
}
static void