summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/videodev2.h
diff options
context:
space:
mode:
authorHans Verkuil2013-04-08 16:53:55 +0200
committerMauro Carvalho Chehab2013-04-15 00:47:49 +0200
commitb8399b83058848979538932473d817559f7ff8fb (patch)
treef7f41aa166b199ab8dda2de45f581745fa13014d /include/uapi/linux/videodev2.h
parent[media] v4l2: rename VIDIOC_DBG_G_CHIP_NAME to _CHIP_INFO (diff)
downloadkernel-qcow2-linux-b8399b83058848979538932473d817559f7ff8fb.tar.gz
kernel-qcow2-linux-b8399b83058848979538932473d817559f7ff8fb.tar.xz
kernel-qcow2-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>
Diffstat (limited to 'include/uapi/linux/videodev2.h')
-rw-r--r--include/uapi/linux/videodev2.h2
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));
/**