linux-stable/drivers/soc/imx
Peng Fan 816aec03a0 soc: imx: imx8m-blk-ctrl: reordering the fields
The clang-analyzer reports:
"Excessive padding in 'struct imx8m_blk_ctrl_domain_data'
(12 padding bytes, where 4 is optimal). Optimal fields order: name,
clk_names, path_names, gpc_name, num_clks, num_paths, rst_mask, clk_mask,
mipi_phy_rst_mask, consider reordering the fields or adding explicit
padding members [clang-analyzer-optin.performance.Padding]
   struct imx8m_blk_ctrl_domain_data {"

So reordering the fields.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
2023-03-27 09:52:41 +08:00
..
Kconfig soc: imx8m: Support building imx8m soc driver as module 2023-03-14 11:36:53 +08:00
Makefile soc: imx: add Kconfig symbols for blk-ctrl drivers 2023-01-01 11:11:46 +08:00
gpc.c soc: imx: gpc: fix power up sequencing 2020-03-16 11:39:02 +08:00
gpcv2.c irqchip/irq-imx-gpcv2: Mark fwnode device as not initialized 2023-02-08 13:37:55 +01:00
imx8m-blk-ctrl.c soc: imx: imx8m-blk-ctrl: reordering the fields 2023-03-27 09:52:41 +08:00
imx8mp-blk-ctrl.c soc: imx: imx8mp-blk-ctrl: Add MODULE_LICENSE 2023-03-14 11:36:31 +08:00
imx93-blk-ctrl.c soc: imx: add i.MX93 media blk ctrl driver 2022-09-17 16:31:06 +08:00
imx93-pd.c soc: imx: imx93-pd: No need to set device_driver owner 2023-01-01 13:29:00 +08:00
imx93-src.c soc: imx: imx93-src: No need to set device_driver owner 2023-01-01 13:29:14 +08:00
soc-imx.c soc: imx: Remove Layerscape check 2022-01-28 17:46:08 +08:00
soc-imx8m.c soc: imx8m: Add MODULE_LICENSE 2023-03-14 11:36:50 +08:00