X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=sound%2Fpci%2Fpcxhr%2Fpcxhr_core.c;h=d7e71f3092998cdaa3894adefdd9468c236bb24e;hb=519aef523513a58f958e0aa432855e7b2a57a611;hp=c5194f5b150aadb7d0b08cd5831aab2a03f2392d;hpb=9ec0de0ee0c9f0ffe4f72da9158194121cc22807;p=firefly-linux-kernel-4.4.55.git diff --git a/sound/pci/pcxhr/pcxhr_core.c b/sound/pci/pcxhr/pcxhr_core.c index c5194f5b150a..d7e71f309299 100644 --- a/sound/pci/pcxhr/pcxhr_core.c +++ b/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; }