summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorariff <ariff@FreeBSD.org>2007-05-10 01:46:51 +0000
committerariff <ariff@FreeBSD.org>2007-05-10 01:46:51 +0000
commit67e54513c973f78f37c127d14526081528b96e47 (patch)
tree5f7cea6fb4e9915df94a457aa288470f782163d2 /sys/dev
parentbb29b877946dc1f1190d15a9cbde656a665c9981 (diff)
downloadFreeBSD-src-67e54513c973f78f37c127d14526081528b96e47.zip
FreeBSD-src-67e54513c973f78f37c127d14526081528b96e47.tar.gz
Don't hold mutex while releasing bus resources.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/sound/pci/hda/hdac.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/sound/pci/hda/hdac.c b/sys/dev/sound/pci/hda/hdac.c
index 8b44240..4484803 100644
--- a/sys/dev/sound/pci/hda/hdac.c
+++ b/sys/dev/sound/pci/hda/hdac.c
@@ -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);
OpenPOWER on IntegriCloud