Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65891
b: refs/heads/master
c: 61c310d
h: refs/heads/master
i:
  65889: 3ec05af
  65887: 52c0c52
v: v3
  • Loading branch information
Sakari Ailus authored and Mauro Carvalho Chehab committed Oct 10, 2007
1 parent 49782c4 commit 8c6a8aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 08256ea0da18db20f2edc2e8c935cf74c33ad564
refs/heads/master: 61c310dc1e2a34bced25b4fa7609316d6755ccc2
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/v4l2-int-device.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ static v4l2_int_ioctl_func *find_ioctl(struct v4l2_int_slave *slave, int cmd,

static int no_such_ioctl_0(struct v4l2_int_device *d)
{
return -EINVAL;
return -ENOIOCTLCMD;
}

int v4l2_int_ioctl_0(struct v4l2_int_device *d, int cmd)
Expand All @@ -155,7 +155,7 @@ int v4l2_int_ioctl_0(struct v4l2_int_device *d, int cmd)

static int no_such_ioctl_1(struct v4l2_int_device *d, void *arg)
{
return -EINVAL;
return -ENOIOCTLCMD;
}

int v4l2_int_ioctl_1(struct v4l2_int_device *d, int cmd, void *arg)
Expand Down

0 comments on commit 8c6a8aa

Please sign in to comment.