commit | ec6f4328108f1c83d5ac907c0d978fa886ef9627 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hans.verkuil@cisco.com> | Fri Sep 14 07:41:18 2012 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Wed Sep 26 10:47:28 2012 -0300 |
tree | 5e964c9a73b5ab2cb839af53ebebfe18f5bb28c9 | |
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>