Commit b8399b83 authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab

[media] videodev2.h: increase size of 'reserved' array

Increase the size of the 'reserved' array to give more room for future
extensions.
Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 96b03d2a
...@@ -1844,7 +1844,7 @@ struct v4l2_dbg_chip_info { ...@@ -1844,7 +1844,7 @@ struct v4l2_dbg_chip_info {
struct v4l2_dbg_match match; struct v4l2_dbg_match match;
char name[32]; char name[32];
__u32 flags; __u32 flags;
__u32 reserved[8]; __u32 reserved[32];
} __attribute__ ((packed)); } __attribute__ ((packed));
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment