[media] v4l: Share code between video_usercopy and video_ioctl2
commitfc0a80798576f80ca10b3f6c9c7097f12fd1d64e
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Mon, 12 Jul 2010 14:09:41 +0000 (12 11:09 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 21 Mar 2011 23:32:41 +0000 (21 20:32 -0300)
tree561546ada442b0fb9df166723d601b1587d3f6b0
parent9f00edaef8a8741a2d5333676fe9aa23a2a3d2be
[media] v4l: Share code between video_usercopy and video_ioctl2

The two functions are mostly identical. They handle the copy_from_user
and copy_to_user operations related with V4L2 ioctls and call the real
ioctl handler.

Create a __video_usercopy function that implements the core of
video_usercopy and video_ioctl2, and call that function from both.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/v4l2-ioctl.c