commit | e6eb28c2207b9397d0ab56e238865a4ee95b7ef9 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hans.verkuil@cisco.com> | Tue Sep 04 10:26:45 2012 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Wed Sep 26 10:42:36 2012 -0300 |
tree | 5914411d203c71b6b1446e2e4ad592c92331f6da | |
parent | 06fce2861d5a4ebcff65e253b2b3e4406dc3ab24 [diff] |
[media] v4l2: make vidioc_s_fbuf const Write-only ioctls should have a const argument in the ioctl op. Do this conversion for vidioc_s_fbuf. 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>