dect
/
linux-2.6
Archived
13
0
Fork 0

V4L/DVB (9005): Bug fix: ioctl FE_SET_PROPERTY/FE_GET_PROPERTY always return error

Bug fix: ioctl FE_SET_PROPERTY/FE_GET_PROPERTY always return error

Signed-off-by: Igor M. Liplianin <liplianin@me.by>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Igor M. Liplianin 2008-09-12 14:49:06 -03:00 committed by Mauro Carvalho Chehab
parent bfbf2dae30
commit e6f9ec8657
1 changed files with 1 additions and 1 deletions

View File

@ -1311,7 +1311,7 @@ static int dvb_frontend_ioctl_properties(struct inode *inode, struct file *file,
{
struct dvb_device *dvbdev = file->private_data;
struct dvb_frontend *fe = dvbdev->priv;
int err = -EOPNOTSUPP;
int err = 0;
struct dtv_properties *tvps = NULL;
struct dtv_property *tvp = NULL;