OSDN Git Service

media: v4l2-compat-ioctl32.c: move 'helper' functions to __get/put_v4l2_format32
authorHans Verkuil <hans.verkuil@cisco.com>
Wed, 14 Feb 2018 11:52:31 +0000 (12:52 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 16 Feb 2018 19:09:43 +0000 (20:09 +0100)
commit56a4fbdf5092d64f1f29a1e45508f18f3072f316
tree77bcb7bbeeb611d0f8f51e9c6f8d1e70402a4d79
parent04d632236ad250f527ff9d7e3b2696783e82409c
media: v4l2-compat-ioctl32.c: move 'helper' functions to __get/put_v4l2_format32

commit 486c521510c44a04cd756a9267e7d1e271c8a4ba upstream.

These helper functions do not really help. Move the code to the
__get/put_v4l2_format32 functions.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/media/v4l2-core/v4l2-compat-ioctl32.c