aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/dvb/dvb-core/dvb_frontend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-core/dvb_frontend.c b/drivers/media/dvb/dvb-core/dvb_frontend.c
index 8bc3c0842b3d..161ebcf9258a 100644
--- a/drivers/media/dvb/dvb-core/dvb_frontend.c
+++ b/drivers/media/dvb/dvb-core/dvb_frontend.c
@@ -1311,7 +1311,7 @@ static int dvb_frontend_ioctl_properties(struct inode *inode, struct file *file,
1311{ 1311{
1312 struct dvb_device *dvbdev = file->private_data; 1312 struct dvb_device *dvbdev = file->private_data;
1313 struct dvb_frontend *fe = dvbdev->priv; 1313 struct dvb_frontend *fe = dvbdev->priv;
1314 int err = -EOPNOTSUPP; 1314 int err = 0;
1315 1315
1316 struct dtv_properties *tvps = NULL; 1316 struct dtv_properties *tvps = NULL;
1317 struct dtv_property *tvp = NULL; 1317 struct dtv_property *tvp = NULL;