Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 370076
b: refs/heads/master
c: 03feee3
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro committed Apr 29, 2013
1 parent 5300ccc commit 4e7bd03
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: 7caf2184f264f70f76d88444e4199945041a2aca
refs/heads/master: 03feee373f05d5c500dd6198015de83005df902c
5 changes: 1 addition & 4 deletions trunk/drivers/media/dvb-core/dvb_frontend.c
Original file line number Diff line number Diff line change
Expand Up @@ -2492,11 +2492,8 @@ static int dvb_frontend_release(struct inode *inode, struct file *file)

if (dvbdev->users == -1) {
wake_up(&fepriv->wait_queue);
if (fepriv->exit != DVB_FE_NO_EXIT) {
fops_put(file->f_op);
file->f_op = NULL;
if (fepriv->exit != DVB_FE_NO_EXIT)
wake_up(&dvbdev->wait_queue);
}
if (fe->ops.ts_bus_ctrl)
fe->ops.ts_bus_ctrl(fe, 0);
}
Expand Down

0 comments on commit 4e7bd03

Please sign in to comment.