media: ccs-pll: Move the flags field down, away from 8-bit fields
authorSakari Ailus <sakari.ailus@linux.intel.com>
Tue, 23 Jun 2020 13:07:24 +0000 (15:07 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 7 Dec 2020 14:40:06 +0000 (15:40 +0100)
commitd6a88e446c04aaf3ebc4e2221aa51bf367319480
tree7a3e9686d90af4e577ed299d3ec31e12f14e25d8
parent47b6eaf36eba143860cf4e772a1108b1ef05520d
media: ccs-pll: Move the flags field down, away from 8-bit fields

This way the struct will use less memory, with better packing and no waste
due to unsigned long.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/i2c/ccs-pll.h