[media] v4l2: make vidioc_s_freq_hw_seek const
authorHans Verkuil <hans.verkuil@cisco.com>
Fri, 14 Sep 2012 10:41:18 +0000 (07:41 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 26 Sep 2012 13:47:28 +0000 (10:47 -0300)
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>

No differences found