diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2013-04-08 16:53:55 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-04-15 00:47:49 +0200 |
commit | b8399b83058848979538932473d817559f7ff8fb (patch) | |
tree | f7f41aa166b199ab8dda2de45f581745fa13014d | |
parent | [media] v4l2: rename VIDIOC_DBG_G_CHIP_NAME to _CHIP_INFO (diff) | |
download | linux-b8399b83058848979538932473d817559f7ff8fb.tar.xz linux-b8399b83058848979538932473d817559f7ff8fb.zip |
[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: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | include/uapi/linux/videodev2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/videodev2.h b/include/uapi/linux/videodev2.h index be43b4659527..1282cd38e86a 100644 --- a/include/uapi/linux/videodev2.h +++ b/include/uapi/linux/videodev2.h @@ -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)); /** |