From: kernel test robot <lkp@intel.com>
To: "André Apitzsch via B4 Relay"
<devnull+git.apitzsch.eu@kernel.org>,
"Daniel Scally" <djrscally@gmail.com>,
"Sakari Ailus" <sakari.ailus@linux.intel.com>,
"Mauro Carvalho Chehab" <mchehab@kernel.org>,
"Rob Herring" <robh@kernel.org>,
"Krzysztof Kozlowski" <krzk@kernel.org>,
"Conor Dooley" <conor+dt@kernel.org>,
devicetree@vger.kernel.org
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev,
linux-media@vger.kernel.org,
~postmarketos/upstreaming@lists.sr.ht,
phone-devel@vger.kernel.org, linux-kernel@vger.kernel.org,
"André Apitzsch" <git@apitzsch.eu>
Subject: Re: [PATCH v3 2/2] media: i2c: dw9719: Add of_match table
Date: Tue, 11 Feb 2025 05:18:07 +0800 [thread overview]
Message-ID: <202502110539.EO1iB2au-lkp@intel.com> (raw)
In-Reply-To: <20250209-dw9761dts-v3-2-14d3f00f0585@apitzsch.eu>
Hi André,
kernel test robot noticed the following build warnings:
[auto build test WARNING on 8f6629c004b193d23612641c3607e785819e97ab]
url: https://github.com/intel-lab-lkp/linux/commits/Andr-Apitzsch-via-B4-Relay/dt-bindings-media-i2c-Add-DW9719-and-DW9761-VCM/20250210-055506
base: 8f6629c004b193d23612641c3607e785819e97ab
patch link: https://lore.kernel.org/r/20250209-dw9761dts-v3-2-14d3f00f0585%40apitzsch.eu
patch subject: [PATCH v3 2/2] media: i2c: dw9719: Add of_match table
config: x86_64-randconfig-001-20250211 (https://download.01.org/0day-ci/archive/20250211/202502110539.EO1iB2au-lkp@intel.com/config)
compiler: clang version 19.1.3 (https://github.com/llvm/llvm-project ab51eccf88f5321e7c60591c5546b254b6afab99)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250211/202502110539.EO1iB2au-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/202502110539.EO1iB2au-lkp@intel.com/
All warnings (new ones prefixed by >>):
In file included from drivers/media/i2c/dw9719.c:12:
In file included from include/linux/i2c.h:19:
In file included from include/linux/regulator/consumer.h:35:
In file included from include/linux/suspend.h:5:
In file included from include/linux/swap.h:9:
In file included from include/linux/memcontrol.h:21:
In file included from include/linux/mm.h:2224:
include/linux/vmstat.h:504:43: warning: arithmetic between different enumeration types ('enum zone_stat_item' and 'enum numa_stat_item') [-Wenum-enum-conversion]
504 | return vmstat_text[NR_VM_ZONE_STAT_ITEMS +
| ~~~~~~~~~~~~~~~~~~~~~ ^
505 | item];
| ~~~~
include/linux/vmstat.h:511:43: warning: arithmetic between different enumeration types ('enum zone_stat_item' and 'enum numa_stat_item') [-Wenum-enum-conversion]
511 | return vmstat_text[NR_VM_ZONE_STAT_ITEMS +
| ~~~~~~~~~~~~~~~~~~~~~ ^
512 | NR_VM_NUMA_EVENT_ITEMS +
| ~~~~~~~~~~~~~~~~~~~~~~
include/linux/vmstat.h:524:43: warning: arithmetic between different enumeration types ('enum zone_stat_item' and 'enum numa_stat_item') [-Wenum-enum-conversion]
524 | return vmstat_text[NR_VM_ZONE_STAT_ITEMS +
| ~~~~~~~~~~~~~~~~~~~~~ ^
525 | NR_VM_NUMA_EVENT_ITEMS +
| ~~~~~~~~~~~~~~~~~~~~~~
>> drivers/media/i2c/dw9719.c:363:34: warning: unused variable 'dw9719_of_table' [-Wunused-const-variable]
363 | static const struct of_device_id dw9719_of_table[] = {
| ^~~~~~~~~~~~~~~
4 warnings generated.
vim +/dw9719_of_table +363 drivers/media/i2c/dw9719.c
362
> 363 static const struct of_device_id dw9719_of_table[] = {
364 { .compatible = "dongwoon,dw9719" },
365 { .compatible = "dongwoon,dw9761" },
366 { }
367 };
368 MODULE_DEVICE_TABLE(of, dw9719_of_table);
369
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
prev parent reply other threads:[~2025-02-10 21:18 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-09 21:51 [PATCH v3 0/2] media: i2c: dw9719: Add device tree bindings for the VCM André Apitzsch
2025-02-09 21:51 ` André Apitzsch via B4 Relay
2025-02-09 21:51 ` [PATCH v3 1/2] dt-bindings: media: i2c: Add DW9719 and DW9761 VCM André Apitzsch
2025-02-09 21:51 ` André Apitzsch via B4 Relay
2025-02-10 9:53 ` Sakari Ailus
2025-05-21 20:47 ` André Apitzsch
2025-02-11 8:50 ` Krzysztof Kozlowski
2025-02-09 21:51 ` [PATCH v3 2/2] media: i2c: dw9719: Add of_match table André Apitzsch
2025-02-09 21:51 ` André Apitzsch via B4 Relay
2025-02-10 10:06 ` kernel test robot
2025-02-10 10:17 ` Sakari Ailus
2025-02-10 21:18 ` kernel test robot [this message]
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=202502110539.EO1iB2au-lkp@intel.com \
--to=lkp@intel.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=devnull+git.apitzsch.eu@kernel.org \
--cc=djrscally@gmail.com \
--cc=git@apitzsch.eu \
--cc=krzk@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=llvm@lists.linux.dev \
--cc=mchehab@kernel.org \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=phone-devel@vger.kernel.org \
--cc=robh@kernel.org \
--cc=sakari.ailus@linux.intel.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.