mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 05:55:44 +02:00
ALSA: pcxhr: Fix missing mutex unlock
commit67f3754b51upstream. The commit [9bef72bdb26e: ALSA: pcxhr: Use nonatomic PCM ops] converted to non-atomic PCM ops, but shamelessly with an unbalanced mutex locking, which leads to the hangup easily. Fix it. Fixes:9bef72bdb2('ALSA: pcxhr: Use nonatomic PCM ops') Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=116441 Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
79dc55bd02
commit
519aef5235
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user