Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65706
b: refs/heads/master
c: 813ce47
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Mauro Carvalho Chehab committed Oct 10, 2007
1 parent b899c6b commit ee3c5cd
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: 89f4267d6fa96cb3db053d5183558c94ad5f46e5
refs/heads/master: 813ce47cee33964ff710d2c91063548773cb4cd5
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/dvb-core/dvb_frontend.c
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ static int dvb_frontend_ioctl(struct inode *inode, struct file *file,

dprintk ("%s\n", __FUNCTION__);

if (!fe || fepriv->exit)
if (fepriv->exit)
return -ENODEV;

if ((file->f_flags & O_ACCMODE) == O_RDONLY &&
Expand Down

0 comments on commit ee3c5cd

Please sign in to comment.