Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28554
b: refs/heads/master
c: 45df379
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed Jun 22, 2006
1 parent 20344bf commit fdb3cff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 555fdc2e9fb2071fdd10ff1d86b8d63265d80241
refs/heads/master: 45df379798b5c3b2ea937735ef04c58ce0f532a7
2 changes: 0 additions & 2 deletions trunk/sound/core/seq/seq_ports.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ static void clear_subscriber_list(struct snd_seq_client *client,
{
struct list_head *p, *n;

down_write(&grp->list_mutex);
list_for_each_safe(p, n, &grp->list_head) {
struct snd_seq_subscribers *subs;
struct snd_seq_client *c;
Expand Down Expand Up @@ -259,7 +258,6 @@ static void clear_subscriber_list(struct snd_seq_client *client,
snd_seq_client_unlock(c);
}
}
up_write(&grp->list_mutex);
}

/* delete port data */
Expand Down

0 comments on commit fdb3cff

Please sign in to comment.