Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 13338
b: refs/heads/master
c: 376f269
h: refs/heads/master
v: v3
  • Loading branch information
Hans Verkuil authored and Linus Torvalds committed Nov 9, 2005
1 parent 7387707 commit 7401b57
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: a866623cdc94a3a800167568db24bc55b6860ef0
refs/heads/master: 376f269e4731a90db41683cb72717e217d3774f5
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/v4l1-compat.c
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ v4l_compat_translate_ioctl(struct inode *inode,
}
case VIDIOCGFREQ: /* get frequency */
{
int *freq = arg;
unsigned long *freq = arg;

freq2.tuner = 0;
err = drv(inode, file, VIDIOC_G_FREQUENCY, &freq2);
Expand All @@ -720,7 +720,7 @@ v4l_compat_translate_ioctl(struct inode *inode,
}
case VIDIOCSFREQ: /* set frequency */
{
int *freq = arg;
unsigned long *freq = arg;

freq2.tuner = 0;
drv(inode, file, VIDIOC_G_FREQUENCY, &freq2);
Expand Down

0 comments on commit 7401b57

Please sign in to comment.