1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-13 14:40:22 +00:00

Add missed KUE_UNLOCK(). This is NOOP yet, but may be handy later on.

This commit is contained in:
Maxim Sobolev 2005-03-25 12:53:26 +00:00
parent 5135f8e687
commit f1cc4b713e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=144107

View File

@ -559,6 +559,7 @@ kue_rxstart(struct ifnet *ifp)
printf("%s: no memory for rx list "
"-- packet dropped!\n", USBDEVNAME(sc->kue_dev));
ifp->if_ierrors++;
KUE_UNLOCK(sc);
return;
}