Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 370075
b: refs/heads/master
c: 7caf218
h: refs/heads/master
i:
  370073: 1bf2d17
  370071: 1d973b5
v: v3
  • Loading branch information
Al Viro committed Apr 29, 2013
1 parent 41c43e9 commit 5300ccc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 25643165c3e35cae633afe8926d49c4e558e63d2
refs/heads/master: 7caf2184f264f70f76d88444e4199945041a2aca
5 changes: 1 addition & 4 deletions trunk/drivers/media/dvb-core/dvb_net.c
Original file line number Diff line number Diff line change
Expand Up @@ -1479,11 +1479,8 @@ static int dvb_net_close(struct inode *inode, struct file *file)

dvb_generic_release(inode, file);

if(dvbdev->users == 1 && dvbnet->exit == 1) {
fops_put(file->f_op);
file->f_op = NULL;
if(dvbdev->users == 1 && dvbnet->exit == 1)
wake_up(&dvbdev->wait_queue);
}
return 0;
}

Expand Down

0 comments on commit 5300ccc

Please sign in to comment.