]> git.baikalelectronics.ru Git - kernel.git/commit
media: intel-ipu3: Align struct ipu3_uapi_awb_fr_config_s to 32 bytes
authorSakari Ailus <sakari.ailus@linux.intel.com>
Wed, 6 Nov 2019 11:57:07 +0000 (12:57 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Fri, 3 Jan 2020 14:02:59 +0000 (15:02 +0100)
commit6f74159869f34545cd97da97fa0348cd18aef88e
tree3fffdfa076a132bfa11d2ca2e59a522df9f2ff51
parent300ad21a37581f8acaa212f4457371f5d34fea91
media: intel-ipu3: Align struct ipu3_uapi_awb_fr_config_s to 32 bytes

A struct that needs to be aligned to 32 bytes has a size of 28. Increase
the size to 32.

This makes elements of arrays of this struct aligned to 32 as well, and
other structs where members are aligned to 32 mixing
ipu3_uapi_awb_fr_config_s as well as other types.

Fixes: commit 7522a9aefad4 ("media: staging/intel-ipu3: remove the unnecessary compiler flags")
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Tested-by: Bingbu Cao <bingbu.cao@intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/ipu3/include/intel-ipu3.h