Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198287
b: refs/heads/master
c: fa1f68d
h: refs/heads/master
i:
  198285: c28bd9a
  198283: 7c4ea73
  198279: 04935ab
  198271: 31a480c
v: v3
  • Loading branch information
Samu Onkalo authored and Linus Torvalds committed May 25, 2010
1 parent 563a1c7 commit 95f08af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6c5e303afdf2910e58aeda56c10506342545a5af
refs/heads/master: fa1f68db6ca7ebb6fc4487ac215bffba06c01c28
1 change: 1 addition & 0 deletions trunk/drivers/char/misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ static int misc_open(struct inode * inode, struct file * file)
old_fops = file->f_op;
file->f_op = new_fops;
if (file->f_op->open) {
file->private_data = c;
err=file->f_op->open(inode,file);
if (err) {
fops_put(file->f_op);
Expand Down

0 comments on commit 95f08af

Please sign in to comment.