diff options
Diffstat (limited to 'drivers/media/pci/ivtv/ivtv-ioctl.c')
-rw-r--r-- | drivers/media/pci/ivtv/ivtv-ioctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/ivtv/ivtv-ioctl.c b/drivers/media/pci/ivtv/ivtv-ioctl.c index 7a8b0d0b6127..e6258b68d22c 100644 --- a/drivers/media/pci/ivtv/ivtv-ioctl.c +++ b/drivers/media/pci/ivtv/ivtv-ioctl.c | |||
@@ -1078,7 +1078,7 @@ static int ivtv_g_frequency(struct file *file, void *fh, struct v4l2_frequency * | |||
1078 | return 0; | 1078 | return 0; |
1079 | } | 1079 | } |
1080 | 1080 | ||
1081 | int ivtv_s_frequency(struct file *file, void *fh, struct v4l2_frequency *vf) | 1081 | int ivtv_s_frequency(struct file *file, void *fh, const struct v4l2_frequency *vf) |
1082 | { | 1082 | { |
1083 | struct ivtv *itv = fh2id(fh)->itv; | 1083 | struct ivtv *itv = fh2id(fh)->itv; |
1084 | struct ivtv_stream *s = &itv->streams[fh2id(fh)->type]; | 1084 | struct ivtv_stream *s = &itv->streams[fh2id(fh)->type]; |