[media] v4l2: make vidioc_(un)subscribe_event const
authorHans Verkuil <hans.verkuil@cisco.com>
Tue, 4 Sep 2012 14:46:09 +0000 (11:46 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 26 Sep 2012 13:48:52 +0000 (10:48 -0300)
Write-only ioctls should have a const argument in the ioctl op.
Do this conversion for vidioc_(un)subscribe_event.
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