The atomisp_compat_ioctl32() code has problems. This patch disables the
compat_ioctl32 support until those issues have been fixed.
Contact Sakari or me for more details.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Cc: <stable@vger.kernel.org>      # for v4.12 and up
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
        .mmap = atomisp_mmap,
        .unlocked_ioctl = video_ioctl2,
 #ifdef CONFIG_COMPAT
+       /*
+        * There are problems with this code. Disable this for now.
        .compat_ioctl32 = atomisp_compat_ioctl32,
+        */
 #endif
        .poll = atomisp_poll,
 };
        .mmap = atomisp_file_mmap,
        .unlocked_ioctl = video_ioctl2,
 #ifdef CONFIG_COMPAT
+       /*
+        * There are problems with this code. Disable this for now.
        .compat_ioctl32 = atomisp_compat_ioctl32,
+        */
 #endif
        .poll = atomisp_poll,
 };