From 2b00168c1f4c1fcb1dc20983039bacbf11035dce Mon Sep 17 00:00:00 2001 From: "Matthew N. Dodd" Date: Wed, 12 Jan 2000 17:51:01 +0000 Subject: [PATCH] Remove a stray splx(s) call. This fixes the compiler warning. Submitted by: gibbs --- sys/dev/ep/if_ep.c | 1 - 1 file changed, 1 deletion(-) 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 {