From: kernel test robot <lkp@intel.com>
To: "André Apitzsch via B4 Relay"
<devnull+git.apitzsch.eu@kernel.org>,
"Robert Foss" <rfoss@kernel.org>,
"Todor Tomov" <todor.too@gmail.com>,
"Bryan O'Donoghue" <bryan.odonoghue@linaro.org>,
"Vladimir Zapolskiy" <vladimir.zapolskiy@linaro.org>,
"Mauro Carvalho Chehab" <mchehab@kernel.org>,
"Rob Herring" <robh@kernel.org>,
"Krzysztof Kozlowski" <krzk@kernel.org>,
"Conor Dooley" <conor+dt@kernel.org>,
"Bjorn Andersson" <andersson@kernel.org>,
"Konrad Dybcio" <konradybcio@kernel.org>
Cc: oe-kbuild-all@lists.linux.dev, linux-media@vger.kernel.org,
~postmarketos/upstreaming@lists.sr.ht,
phone-devel@vger.kernel.org, linux-arm-msm@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
"Vincent Knecht" <vincent.knecht@mailoo.org>,
"André Apitzsch" <git@apitzsch.eu>
Subject: Re: [PATCH v7 3/4] media: qcom: camss: Add support for MSM8939
Date: Thu, 30 Oct 2025 11:38:32 +0800 [thread overview]
Message-ID: <202510301103.9EJIzPFp-lkp@intel.com> (raw)
In-Reply-To: <20251028-camss-8x39-vbif-v7-3-91ee8becda85@apitzsch.eu>
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/202510301103.9EJIzPFp-lkp@intel.com/config)
compiler: hppa-linux-gcc (GCC) 8.5.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251030/202510301103.9EJIzPFp-lkp@intel.com/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 <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202510301103.9EJIzPFp-lkp@intel.com/
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
next prev parent reply other threads:[~2025-10-30 3:40 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-28 21:30 [PATCH v7 0/4] Add CAMSS support for MSM8939 André Apitzsch via B4 Relay
2025-10-28 21:30 ` [PATCH v7 1/4] media: dt-bindings: Add qcom,msm8939-camss André Apitzsch via B4 Relay
2025-10-28 21:30 ` [PATCH v7 2/4] media: qcom: camss: vfe: Add VBIF setting support André Apitzsch via B4 Relay
2025-10-28 21:30 ` [PATCH v7 3/4] media: qcom: camss: Add support for MSM8939 André Apitzsch via B4 Relay
2025-10-30 3:38 ` kernel test robot [this message]
2025-10-28 21:30 ` [PATCH v7 4/4] arm64: dts: qcom: msm8939: Add camss and cci André Apitzsch via B4 Relay
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202510301103.9EJIzPFp-lkp@intel.com \
--to=lkp@intel.com \
--cc=andersson@kernel.org \
--cc=bryan.odonoghue@linaro.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=devnull+git.apitzsch.eu@kernel.org \
--cc=git@apitzsch.eu \
--cc=konradybcio@kernel.org \
--cc=krzk@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@kernel.org \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=phone-devel@vger.kernel.org \
--cc=rfoss@kernel.org \
--cc=robh@kernel.org \
--cc=todor.too@gmail.com \
--cc=vincent.knecht@mailoo.org \
--cc=vladimir.zapolskiy@linaro.org \
--cc=~postmarketos/upstreaming@lists.sr.ht \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox