This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / sound / core / seq / seq_dummy.c
index 6380acf..f350bcd 100644 (file)
@@ -256,11 +256,7 @@ delete_client(void)
 
 static int __init alsa_seq_dummy_init(void)
 {
-       int err;
-       snd_seq_autoload_lock();
-       err = register_client();
-       snd_seq_autoload_unlock();
-       return err;
+       return register_client();
 }
 
 static void __exit alsa_seq_dummy_exit(void)