[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <202504201920.cQQHIL2Y-lkp@intel.com>
Date: Sun, 20 Apr 2025 20:09:13 +0800
From: kernel test robot <lkp@...el.com>
To: Dzmitry Sankouski <dsankouski@...il.com>,
Jean Delvare <jdelvare@...e.com>,
Guenter Roeck <linux@...ck-us.net>,
Jonathan Corbet <corbet@....net>,
Chanwoo Choi <cw00.choi@...sung.com>,
Krzysztof Kozlowski <krzk@...nel.org>
Cc: oe-kbuild-all@...ts.linux.dev, linux-hwmon@...r.kernel.org,
linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org,
Dzmitry Sankouski <dsankouski@...il.com>
Subject: Re: [PATCH v5] hwmon: (max77705) add initial support
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: sh-allmodconfig (https://download.01.org/0day-ci/archive/20250420/202504201920.cQQHIL2Y-lkp@intel.com/config)
compiler: sh4-linux-gcc (GCC) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250420/202504201920.cQQHIL2Y-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@...el.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202504201920.cQQHIL2Y-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> drivers/hwmon/max77705-hwmon.c:51:34: warning: 'max77705_hwmon_readable_ranges' defined but not used [-Wunused-const-variable=]
51 | static const struct regmap_range max77705_hwmon_readable_ranges[] = {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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
Powered by blists - more mailing lists