media: v4l2-compat-ioctl32.c: move 'helper' functions to __get/put_v4l2_format32
authorHans Verkuil <hans.verkuil@cisco.com>
Wed, 24 Jan 2018 09:45:29 +0000 (04:45 -0500)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 30 Jan 2018 12:26:55 +0000 (07:26 -0500)
commit486c521510c44a04cd756a9267e7d1e271c8a4ba
tree2fc72b29ccf51e55566e5520fc7572148e3fc55a
parentb7b957d429f601d6d1942122b339474f31191d75
media: v4l2-compat-ioctl32.c: move 'helper' functions to __get/put_v4l2_format32

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>
Cc: <stable@vger.kernel.org> # for v4.15 and up
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/v4l2-core/v4l2-compat-ioctl32.c