mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove a stray splx(s) call. This fixes the compiler warning.
Submitted by: gibbs
This commit is contained in:
parent
502c509ce0
commit
2b00168c1f
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Reference in a new issue