summaryrefslogtreecommitdiffstats
path: root/kernel/sound/pci/pcxhr/pcxhr_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/sound/pci/pcxhr/pcxhr_core.c')
-rw-r--r--kernel/sound/pci/pcxhr/pcxhr_core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/sound/pci/pcxhr/pcxhr_core.c b/kernel/sound/pci/pcxhr/pcxhr_core.c
index c5194f5b1..d7e71f309 100644
--- a/kernel/sound/pci/pcxhr/pcxhr_core.c
+++ b/kernel/sound/pci/pcxhr/pcxhr_core.c
@@ -1341,5 +1341,6 @@ irqreturn_t pcxhr_threaded_irq(int irq, void *dev_id)
}
pcxhr_msg_thread(mgr);
+ mutex_unlock(&mgr->lock);
return IRQ_HANDLED;
}