]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commitdiff
[media] videodev2.h: increase size of 'reserved' array
authorHans Verkuil <hans.verkuil@cisco.com>
Mon, 8 Apr 2013 14:53:55 +0000 (11:53 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 14 Apr 2013 22:47:49 +0000 (19:47 -0300)
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>
include/uapi/linux/videodev2.h

index be43b46595271622f21d80ba20127744a2cf515a..1282cd38e86a78deddcbd99c2605e8b1bb5ee6a5 100644 (file)
@@ -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));
 
 /**