Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330925
b: refs/heads/master
c: 177ffe5
h: refs/heads/master
i:
  330923: 73a7e93
v: v3
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Sep 10, 2012
1 parent 419c690 commit 66812fd
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: 36bdbc3fff09bce215137cde084f1a1855ad3ae2
refs/heads/master: 177ffe506cf8ab5d1d52e7af36871a70d8c22e90
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 @@ -1816,7 +1816,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 = -EOPNOTSUPP;
int err = -ENOTTY;

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

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

out:
kfree(tvp);
Expand Down Expand Up @@ -2067,7 +2067,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 = -EOPNOTSUPP;
int err = -ENOTTY;

switch (cmd) {
case FE_GET_INFO: {
Expand Down

0 comments on commit 66812fd

Please sign in to comment.