Don't hold mutex while releasing bus resources.

This commit is contained in:
Ariff Abdullah 2007-05-10 01:46:51 +00:00
parent 00465d5ab3
commit a6f9c6fb5f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=169435

View file

@ -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);