Revert "media: v4l: increase the data length of v4l2_event"

This reverts commit f61d769615.

Change-Id: Ie7fcd110323378012777b541f09cda7874f02a7f
Signed-off-by: William Wu <william.wu@rock-chips.com>
This commit is contained in:
William Wu
2019-06-04 19:44:34 +08:00
parent 036c067589
commit f282ec7eb8
2 changed files with 0 additions and 8 deletions

View File

@@ -913,11 +913,7 @@ struct v4l2_event32 {
__u32 type;
union {
compat_s64 value64;
#ifdef CONFIG_USB_CONFIGFS_F_UVC_ROCKCHIP
__u8 data[4100];
#else
__u8 data[64];
#endif
} u;
__u32 pending;
__u32 sequence;

View File

@@ -2153,11 +2153,7 @@ struct v4l2_event {
struct v4l2_event_frame_sync frame_sync;
struct v4l2_event_src_change src_change;
struct v4l2_event_motion_det motion_det;
#ifdef CONFIG_USB_CONFIGFS_F_UVC_ROCKCHIP
__u8 data[4100];
#else
__u8 data[64];
#endif
} u;
__u32 pending;
__u32 sequence;