diff --git a/[refs] b/[refs] index 222a51a313fd..b67db1a69100 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 52a1d4f9d6e40c2473a85105cb5e055914a4779d +refs/heads/master: bc9abce0de0b180817bc7e9f73145ef0b6a464ef diff --git a/trunk/sound/core/init.c b/trunk/sound/core/init.c index dc06e79ca09f..e3338d6071ef 100644 --- a/trunk/sound/core/init.c +++ b/trunk/sound/core/init.c @@ -339,8 +339,8 @@ int snd_card_disconnect(struct snd_card *card) list_add(&mfile->shutdown_list, &shutdown_files); spin_unlock(&shutdown_lock); - fops_get(&snd_shutdown_f_ops); mfile->file->f_op = &snd_shutdown_f_ops; + fops_get(mfile->file->f_op); mfile = mfile->next; }