diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2012-09-14 06:41:18 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-09-26 09:47:28 -0400 |
commit | ec6f4328108f1c83d5ac907c0d978fa886ef9627 (patch) | |
tree | 5e964c9a73b5ab2cb839af53ebebfe18f5bb28c9 /sound/i2c | |
parent | d88aab53bd267c9fb0b0451e9acae68091703eab (diff) |
[media] v4l2: make vidioc_s_freq_hw_seek const
Write-only ioctls should have a const argument in the ioctl op.
Do this conversion for vidioc_s_freq_hw_seek.
Adding const for write-only ioctls was decided during the 2012 Media Workshop.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'sound/i2c')
-rw-r--r-- | sound/i2c/other/tea575x-tuner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/i2c/other/tea575x-tuner.c b/sound/i2c/other/tea575x-tuner.c index cd79ed590f9a..4a8fad674f02 100644 --- a/sound/i2c/other/tea575x-tuner.c +++ b/sound/i2c/other/tea575x-tuner.c | |||
@@ -357,7 +357,7 @@ static int vidioc_s_frequency(struct file *file, void *priv, | |||
357 | } | 357 | } |
358 | 358 | ||
359 | static int vidioc_s_hw_freq_seek(struct file *file, void *fh, | 359 | static int vidioc_s_hw_freq_seek(struct file *file, void *fh, |
360 | struct v4l2_hw_freq_seek *a) | 360 | const struct v4l2_hw_freq_seek *a) |
361 | { | 361 | { |
362 | struct snd_tea575x *tea = video_drvdata(file); | 362 | struct snd_tea575x *tea = video_drvdata(file); |
363 | unsigned long timeout; | 363 | unsigned long timeout; |