From: kernel test robot <lkp@intel.com>
To: Dzmitry Sankouski <dsankouski@gmail.com>,
Jean Delvare <jdelvare@suse.com>,
Guenter Roeck <linux@roeck-us.net>,
Jonathan Corbet <corbet@lwn.net>,
Chanwoo Choi <cw00.choi@samsung.com>,
Krzysztof Kozlowski <krzk@kernel.org>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev,
linux-hwmon@vger.kernel.org, linux-doc@vger.kernel.org,
linux-kernel@vger.kernel.org,
Dzmitry Sankouski <dsankouski@gmail.com>
Subject: Re: [PATCH v5] hwmon: (max77705) add initial support
Date: Sun, 20 Apr 2025 22:35:28 +0800 [thread overview]
Message-ID: <202504202204.GCyy3bOc-lkp@intel.com> (raw)
In-Reply-To: <20250419-initial-support-for-max77705-sensors-v5-1-4504a9b48ba1@gmail.com>
Hi Dzmitry,
kernel test robot noticed the following build warnings:
[auto build test WARNING on a4cda136f021ad44b8b52286aafd613030a6db5f]
url: https://github.com/intel-lab-lkp/linux/commits/Dzmitry-Sankouski/hwmon-max77705-add-initial-support/20250420-030631
base: a4cda136f021ad44b8b52286aafd613030a6db5f
patch link: https://lore.kernel.org/r/20250419-initial-support-for-max77705-sensors-v5-1-4504a9b48ba1%40gmail.com
patch subject: [PATCH v5] hwmon: (max77705) add initial support
config: s390-allmodconfig (https://download.01.org/0day-ci/archive/20250420/202504202204.GCyy3bOc-lkp@intel.com/config)
compiler: clang version 18.1.8 (https://github.com/llvm/llvm-project 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250420/202504202204.GCyy3bOc-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/202504202204.GCyy3bOc-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> drivers/hwmon/max77705-hwmon.c:51:34: warning: unused variable 'max77705_hwmon_readable_ranges' [-Wunused-const-variable]
51 | static const struct regmap_range max77705_hwmon_readable_ranges[] = {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
vim +/max77705_hwmon_readable_ranges +51 drivers/hwmon/max77705-hwmon.c
50
> 51 static const struct regmap_range max77705_hwmon_readable_ranges[] = {
52 regmap_reg_range(AVGISYS_REG, AVGISYS_REG + 1),
53 regmap_reg_range(IIN_REG, IIN_REG + 1),
54 regmap_reg_range(ISYS_REG, ISYS_REG + 1),
55 regmap_reg_range(VBYP_REG, VBYP_REG + 1),
56 regmap_reg_range(VSYS_REG, VSYS_REG + 1),
57 };
58
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
parent reply other threads:[~2025-04-20 14:36 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20250419-initial-support-for-max77705-sensors-v5-1-4504a9b48ba1@gmail.com>]
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=202504202204.GCyy3bOc-lkp@intel.com \
--to=lkp@intel.com \
--cc=corbet@lwn.net \
--cc=cw00.choi@samsung.com \
--cc=dsankouski@gmail.com \
--cc=jdelvare@suse.com \
--cc=krzk@kernel.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-hwmon@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=llvm@lists.linux.dev \
--cc=oe-kbuild-all@lists.linux.dev \
/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