From: Hans Verkuil Date: Fri, 5 Dec 2014 13:02:47 +0000 (-0300) Subject: [media] v4l2-mediabus.h: use two __u16 instead of two __u32 X-Git-Tag: omap-for-v3.19/fixes-rc1~36^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2d27e4519e5373767815d2050293c628242e34f;p=pandora-kernel.git [media] v4l2-mediabus.h: use two __u16 instead of two __u32 The ycbcr_enc and quantization fields do not need a __u32. Switch to two __u16 types, thus preserving alignment and avoiding holes in the struct. This makes one more __u32 available for future expansion. Suggested by Sakari Ailus. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed