]> git.baikalelectronics.ru Git - kernel.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)
commit8b7fe861f7a7102735311f71cd5d93ea9f43d4f2
treec010b0f5f1a8283bf37724bb74f40dd1eef8408b
parent8695f70716b0c9039dd0b69827013fe417d37b70
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