]> git.ipfire.org Git - thirdparty/linux.git/commit
ALSA: seq: Remove superfluous irqsave flags
authorTakashi Iwai <tiwai@suse.de>
Thu, 28 Mar 2019 15:21:01 +0000 (16:21 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 9 Apr 2019 15:22:46 +0000 (17:22 +0200)
commitf823b8a75527dca0b93cf577bbabbe47fd79b2a8
treec010b0f5f1a8283bf37724bb74f40dd1eef8408b
parent4b24b960b10b6a4e30beba3ce097fa867b4a085f
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: Takashi Iwai <tiwai@suse.de>
sound/core/seq/seq_clientmgr.c
sound/core/seq/seq_fifo.c
sound/core/seq/seq_memory.c
sound/core/seq/seq_ports.c