]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
media: v4l2-compat-ioctl32.c: add missing VIDIOC_PREPARE_BUF
authorHans Verkuil <hans.verkuil@cisco.com>
Wed, 14 Feb 2018 11:52:29 +0000 (12:52 +0100)
committerStefan Bader <stefan.bader@canonical.com>
Tue, 3 Apr 2018 12:58:45 +0000 (14:58 +0200)
commit29a196a2acc2332cbc9bf6795d2714ab40f89559
tree477f2e56853c95faa1f9e664a484edbd4cdfedab
parent24a058b4d69d76846faa60e9a79e166b7f573fe2
media: v4l2-compat-ioctl32.c: add missing VIDIOC_PREPARE_BUF

BugLink: http://bugs.launchpad.net/bugs/1756121
commit 3ee6d040719ae09110e5cdf24d5386abe5d1b776 upstream.

The result of the VIDIOC_PREPARE_BUF ioctl was never copied back
to userspace since it was missing in the switch.

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>
Signed-off-by: Juerg Haefliger <juergh@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
drivers/media/v4l2-core/v4l2-compat-ioctl32.c