mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Don't hold mutex while releasing bus resources.
This commit is contained in:
parent
00465d5ab3
commit
a6f9c6fb5f
1 changed files with 0 additions and 1 deletions
|
|
@ -5606,7 +5606,6 @@ hdac_release_resources(struct hdac_softc *sc)
|
|||
hdac_unlock(sc);
|
||||
callout_drain(&sc->poll_hdac);
|
||||
callout_drain(&sc->poll_jack);
|
||||
hdac_lock(sc);
|
||||
|
||||
hdac_irq_free(sc);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue