Fix one instance of XL_LOCK() that should have been XL_UNLOCK(). After
doing this so many times, I guess I was entitled to at least one typo. Thanks to all who spotted this.
This commit is contained in:
parent
f91f965e85
commit
67db683bc9
@ -2082,7 +2082,7 @@ static void xl_intr(arg)
|
||||
if (ifp->if_snd.ifq_head != NULL)
|
||||
(*ifp->if_start)(ifp);
|
||||
|
||||
XL_LOCK(sc);
|
||||
XL_UNLOCK(sc);
|
||||
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user