Remove a stray splx(s) call. This fixes the compiler warning.
Submitted by: gibbs
This commit is contained in:
parent
502c509ce0
commit
2b00168c1f
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user