]> git.baikalelectronics.ru Git - kernel.git/commit
[ALSA] Remove nested mutexes in seq_ports.c
authorTakashi Iwai <tiwai@suse.de>
Wed, 21 Jun 2006 14:37:54 +0000 (16:37 +0200)
committerJaroslav Kysela <perex@suse.cz>
Thu, 22 Jun 2006 19:34:42 +0000 (21:34 +0200)
commit45afab3d4ff50b5e031e35cedf7c87a843aa6483
tree3deab42967800920543f7d6d3dfdae2cdda595cd
parentcdd0797cd36767da305ff61ad5c1ec40428de70b
[ALSA] Remove nested mutexes in seq_ports.c

Removed nested mutexes in the removal routine of port connections.
The port is guaranteed to be offline before calling it, so no mutex
is needed.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/seq/seq_ports.c