Skip to content
Commit f823b8a7 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: seq: Remove superfluous irqsave flags



spin_lock_irqsave() is used unnecessarily in various places in
sequencer core code although it's pretty obvious that the context is
sleepable.  Remove irqsave and use the plain spin_lock_irq() in such
places for simplicity.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 4b24b960
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment