Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
media: v4l2-compat-ioctl32.c: don't copy back the result for certain …
…errors commit d83a824 upstream. Some ioctls need to copy back the result even if the ioctl returned an error. However, don't do this for the error code -ENOTTY. It makes no sense in that cases. 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: Ben Hutchings <ben@decadent.org.uk>
- Loading branch information