[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)
commit45df379798b5c3b2ea937735ef04c58ce0f532a7
tree3deab42967800920543f7d6d3dfdae2cdda595cd
parent555fdc2e9fb2071fdd10ff1d86b8d63265d80241
[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