Hi André, kernel test robot noticed the following build warnings:
[auto build test WARNING on f7d2388eeec24966fc4d5cf32d706f0514f29ac5] url: https://github.com/intel-lab-lkp/linux/commits/Andr-Apitzsch-via-B4-Relay/media-dt-bindings-Add-qcom-msm8939-camss/20251029-053926 base: f7d2388eeec24966fc4d5cf32d706f0514f29ac5 patch link: https://lore.kernel.org/r/20251028-camss-8x39-vbif-v7-3-91ee8becda85%40apitzsch.eu patch subject: [PATCH v7 3/4] media: qcom: camss: Add support for MSM8939 config: parisc-randconfig-001-20251030 (https://download.01.org/0day-ci/archive/20251030/[email protected]/config) compiler: hppa-linux-gcc (GCC) 8.5.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251030/[email protected]/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot <[email protected]> | Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ All warnings (new ones prefixed by >>): drivers/media/platform/qcom/camss/camss.c:4458:3: error: 'const struct camss_resources' has no member named 'link_entities' .link_entities = camss_link_entities ^~~~~~~~~~~~~ >> drivers/media/platform/qcom/camss/camss.c:4458:19: warning: excess elements >> in struct initializer .link_entities = camss_link_entities ^~~~~~~~~~~~~~~~~~~ drivers/media/platform/qcom/camss/camss.c:4458:19: note: (near initialization for 'msm8939_resources') vim +4458 drivers/media/platform/qcom/camss/camss.c 4448 4449 static const struct camss_resources msm8939_resources = { 4450 .version = CAMSS_8x39, 4451 .csiphy_res = csiphy_res_8x39, 4452 .csid_res = csid_res_8x39, 4453 .ispif_res = &ispif_res_8x39, 4454 .vfe_res = vfe_res_8x39, 4455 .csiphy_num = ARRAY_SIZE(csiphy_res_8x39), 4456 .csid_num = ARRAY_SIZE(csid_res_8x39), 4457 .vfe_num = ARRAY_SIZE(vfe_res_8x39), > 4458 .link_entities = camss_link_entities 4459 }; 4460 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki

