Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124575
b: refs/heads/master
c: 92ab788
h: refs/heads/master
i:
  124573: aa7194d
  124571: 7ca1a31
  124567: d5602cf
  124559: 8dd1fba
  124543: 8c744bc
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Dec 30, 2008
1 parent 643cc10 commit 39f749b
Show file tree
Hide file tree
Showing 3 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: 902571aaa91263bc27e923e94ddf161c106befee
refs/heads/master: 92ab7886119da6375a983713eedab444e32094f6
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/v4l2-ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1852,7 +1852,7 @@ static int __video_do_ioctl(struct file *file,
return ret;
}

int __video_ioctl2(struct file *file,
long __video_ioctl2(struct file *file,
unsigned int cmd, unsigned long arg)
{
char sbuf[128];
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/media/v4l2-ioctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ extern int video_usercopy(struct file *file, unsigned int cmd,
/* Standard handlers for V4L ioctl's */

/* This prototype is used on fops.unlocked_ioctl */
extern int __video_ioctl2(struct file *file,
extern long __video_ioctl2(struct file *file,
unsigned int cmd, unsigned long arg);

/* This prototype is used on fops.ioctl
Expand Down

0 comments on commit 39f749b

Please sign in to comment.