Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120031
b: refs/heads/master
c: 3ca81a5
h: refs/heads/master
i:
  120029: b6a4c8b
  120027: 6f72b8d
  120023: 9fd5dfb
  120015: 9701ecd
  119999: 161b27b
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Dec 16, 2008
1 parent fc529b3 commit c76e93b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 8b21c1e90e633aee3363e3d87e1a0b829bdb420e
refs/heads/master: 3ca81a55256f38d9a8a4d5e9a6a9288ddc672e19
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/compat_ioctl32.c
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ long v4l_compat_ioctl32(struct file *file, unsigned int cmd, unsigned long arg)
{
int ret = -ENOIOCTLCMD;

if (!file->f_op->ioctl)
if (!file->f_op->ioctl && !file->f_op->unlocked_ioctl)
return ret;

switch (cmd) {
Expand Down

0 comments on commit c76e93b

Please sign in to comment.