diff --git a/sys/dev/ep/if_ep.c b/sys/dev/ep/if_ep.c index 03f5068da58..7c5d2ff3e37 100644 --- a/sys/dev/ep/if_ep.c +++ b/sys/dev/ep/if_ep.c @@ -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 {