commit | f73696275e64d55c59947b42979b531cb026d718 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Mon Mar 21 09:19:31 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Sat May 07 11:52:11 2016 -0300 |
tree | d40e77a1febdeecdfe0bc3eef9cba11b8ad1cda2 | |
parent | 00303f9134c2db5d17bacda541c07d46517485d9 [diff] |
[media] media-device: Simplify compat32 logic Only MEDIA_IOC_ENUM_LINKS32 require an special logic when userspace is 32 bits and Kernel is 64 bits. For the rest, media_device_ioctl() will do the right thing, and will return -ENOIOCTLCMD if the ioctl is unknown. Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>