diff options
Diffstat (limited to 'sound/core/seq/seq.c')
-rw-r--r-- | sound/core/seq/seq.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/core/seq/seq.c b/sound/core/seq/seq.c index bebdd2e920ca..7e0aabb808a6 100644 --- a/sound/core/seq/seq.c +++ b/sound/core/seq/seq.c | |||
@@ -86,7 +86,6 @@ static int __init alsa_seq_init(void) | |||
86 | { | 86 | { |
87 | int err; | 87 | int err; |
88 | 88 | ||
89 | snd_seq_autoload_lock(); | ||
90 | if ((err = client_init_data()) < 0) | 89 | if ((err = client_init_data()) < 0) |
91 | goto error; | 90 | goto error; |
92 | 91 | ||
@@ -112,7 +111,6 @@ static int __init alsa_seq_init(void) | |||
112 | 111 | ||
113 | snd_seq_autoload_init(); | 112 | snd_seq_autoload_init(); |
114 | error: | 113 | error: |
115 | snd_seq_autoload_unlock(); | ||
116 | return err; | 114 | return err; |
117 | } | 115 | } |
118 | 116 | ||