Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 202129
b: refs/heads/master
c: 1c488ea
h: refs/heads/master
i:
  202127: ff7c392
v: v3
  • Loading branch information
Jiri Slaby authored and Mauro Carvalho Chehab committed Aug 2, 2010
1 parent e0e6a64 commit ce77787
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: bbafc0cb6c52c40647f561854db5fbac4d608186
refs/heads/master: 1c488ea9d52032d07dd320d31e0720239c93dd64
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/dvb-core/dmxdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ static int dvb_dvr_release(struct inode *inode, struct file *file)
}
/* TODO */
dvbdev->users--;
if(dvbdev->users==-1 && dmxdev->exit==1) {
if (dvbdev->users == 1 && dmxdev->exit == 1) {
fops_put(file->f_op);
file->f_op = NULL;
mutex_unlock(&dmxdev->mutex);
Expand Down

0 comments on commit ce77787

Please sign in to comment.