|
@@ -339,8 +339,8 @@ int snd_card_disconnect(struct snd_card *card)
|
|
list_add(&mfile->shutdown_list, &shutdown_files);
|
|
list_add(&mfile->shutdown_list, &shutdown_files);
|
|
spin_unlock(&shutdown_lock);
|
|
spin_unlock(&shutdown_lock);
|
|
|
|
|
|
- fops_get(&snd_shutdown_f_ops);
|
|
|
|
mfile->file->f_op = &snd_shutdown_f_ops;
|
|
mfile->file->f_op = &snd_shutdown_f_ops;
|
|
|
|
+ fops_get(mfile->file->f_op);
|
|
|
|
|
|
mfile = mfile->next;
|
|
mfile = mfile->next;
|
|
}
|
|
}
|