mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Release driver lock at the end of the watchdog routine instead of trying to
acquire it again. Submitted by: bland MFC after: 3 days
This commit is contained in:
parent
569e2ef6a9
commit
1241692334
1 changed files with 1 additions and 1 deletions
|
|
@ -1700,7 +1700,7 @@ my_watchdog(struct ifnet * ifp)
|
|||
my_init_locked(sc);
|
||||
if (!IFQ_DRV_IS_EMPTY(&ifp->if_snd))
|
||||
my_start_locked(ifp);
|
||||
MY_LOCK(sc);
|
||||
MY_UNLOCK(sc);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue