Skip to content

Commit

Permalink
[media] videodev2.h: increase size of 'reserved' array
Browse files Browse the repository at this point in the history
Increase the size of the 'reserved' array to give more room for future
extensions.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Apr 14, 2013
1 parent 96b03d2 commit b8399b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/uapi/linux/videodev2.h
Original file line number Diff line number Diff line change
Expand Up @@ -1844,7 +1844,7 @@ struct v4l2_dbg_chip_info {
struct v4l2_dbg_match match;
char name[32];
__u32 flags;
__u32 reserved[8];
__u32 reserved[32];
} __attribute__ ((packed));

/**
Expand Down

0 comments on commit b8399b8

Please sign in to comment.