Remove a stray splx(s) call. This fixes the compiler warning.

Submitted by:	gibbs
This commit is contained in:
Matthew N. Dodd 2000-01-12 17:51:01 +00:00
parent 502c509ce0
commit 2b00168c1f

View File

@ -480,7 +480,6 @@ startagain:
/* make sure */
if (inw(BASE + EP_W1_FREE_TX) < len + pad + 4) {
ifp->if_flags |= IFF_OACTIVE;
splx(s);
return;
}
} else {