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:
John Baldwin 2011-01-13 13:04:49 +00:00
parent 0dd873372a
commit 86a11f3a96
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=217349

View File

@ -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