Add missing splx().

MFC after:	3 days
This commit is contained in:
mp 2002-06-24 22:28:42 +00:00
parent f70380c873
commit c7bbe1dd34

View File

@ -2389,8 +2389,10 @@ bge_init(xsc)
ifp = &sc->arpcom.ac_if;
if (ifp->if_flags & IFF_RUNNING)
if (ifp->if_flags & IFF_RUNNING) {
splx(s);
return;
}
/* Cancel pending I/O and flush buffers. */
bge_stop(sc);