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

This commit is contained in:
sobomax 2005-03-25 12:53:26 +00:00
parent 9dcfbcc062
commit 41efbba9f7

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;
}