Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349781
b: refs/heads/master
c: ac89758
h: refs/heads/master
i:
  349779: ef80a9a
v: v3
  • Loading branch information
Mauro Carvalho Chehab authored and Linus Torvalds committed Feb 15, 2013
1 parent cf59671 commit 78b2791
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 11e7651432405eeee833fe9d1307488df7a81cd3
refs/heads/master: ac89758697195a8155f3861a34f0b41c6e562fcb
6 changes: 3 additions & 3 deletions trunk/drivers/media/dvb-core/dvb_frontend.c
Original file line number Diff line number Diff line change
Expand Up @@ -1820,7 +1820,7 @@ static int dvb_frontend_ioctl(struct file *file,
struct dvb_frontend *fe = dvbdev->priv;
struct dtv_frontend_properties *c = &fe->dtv_property_cache;
struct dvb_frontend_private *fepriv = fe->frontend_priv;
int err = -ENOTTY;
int err = -EOPNOTSUPP;

dev_dbg(fe->dvb->device, "%s: (%d)\n", __func__, _IOC_NR(cmd));
if (fepriv->exit != DVB_FE_NO_EXIT)
Expand Down Expand Up @@ -1938,7 +1938,7 @@ static int dvb_frontend_ioctl_properties(struct file *file,
}

} else
err = -ENOTTY;
err = -EOPNOTSUPP;

out:
kfree(tvp);
Expand Down Expand Up @@ -2071,7 +2071,7 @@ static int dvb_frontend_ioctl_legacy(struct file *file,
struct dvb_frontend *fe = dvbdev->priv;
struct dvb_frontend_private *fepriv = fe->frontend_priv;
struct dtv_frontend_properties *c = &fe->dtv_property_cache;
int err = -ENOTTY;
int err = -EOPNOTSUPP;

switch (cmd) {
case FE_GET_INFO: {
Expand Down

0 comments on commit 78b2791

Please sign in to comment.