From: Hans Verkuil Date: Mon, 8 Apr 2013 14:53:55 +0000 (-0300) Subject: [media] videodev2.h: increase size of 'reserved' array X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b8399b83058848979538932473d817559f7ff8fb;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [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 Signed-off-by: Mauro Carvalho Chehab --- 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)); /**