Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81631
b: refs/heads/master
c: bc9abce
h: refs/heads/master
i:
  81629: 277a7cf
  81627: 0b7100a
  81623: d07149e
  81615: f51840e
  81599: ac1f82a
v: v3
  • Loading branch information
Miguel Boton authored and Jaroslav Kysela committed Jan 31, 2008
1 parent 86d7d61 commit e9dac02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 52a1d4f9d6e40c2473a85105cb5e055914a4779d
refs/heads/master: bc9abce0de0b180817bc7e9f73145ef0b6a464ef
2 changes: 1 addition & 1 deletion trunk/sound/core/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit e9dac02

Please sign in to comment.