Re: [PATCH] drivers/hwmon/pmbus: Add support for raa229141 in isl68137
From: kernel test robot
Date: Fri Sep 26 2025 - 09:05:48 EST
Hi Jeff,
kernel test robot noticed the following build errors:
[auto build test ERROR on v6.17-rc7]
[also build test ERROR on linus/master next-20250925]
[cannot apply to groeck-staging/hwmon-next]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/Jeff-Lin/drivers-hwmon-pmbus-Add-support-for-raa229141-in-isl68137/20250926-094703
base: v6.17-rc7
patch link: https://lore.kernel.org/r/20250926014552.1625950-1-jefflin994697%40gmail.com
patch subject: [PATCH] drivers/hwmon/pmbus: Add support for raa229141 in isl68137
config: i386-buildonly-randconfig-002-20250926 (https://download.01.org/0day-ci/archive/20250926/202509262044.Scx8WTbC-lkp@xxxxxxxxx/config)
compiler: clang version 20.1.8 (https://github.com/llvm/llvm-project 87f0227cb60147a26a1eeb4fb06e3b505e9c7261)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250926/202509262044.Scx8WTbC-lkp@xxxxxxxxx/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@xxxxxxxxx>
| Closes: https://lore.kernel.org/oe-kbuild-all/202509262044.Scx8WTbC-lkp@xxxxxxxxx/
All errors (new ones prefixed by >>):
>> drivers/hwmon/pmbus/isl68137.c:66:1: error: expected identifier
66 | +#if IS_ENABLED(CONFIG_SENSORS_RAA229141)
| ^
drivers/hwmon/pmbus/isl68137.c:68:1: error: expected identifier
68 | +#endif /* CONFIG_SENSORS_RAA229141 */
| ^
2 errors generated.
vim +66 drivers/hwmon/pmbus/isl68137.c
25
26 enum chips {
27 isl68137,
28 isl68220,
29 isl68221,
30 isl68222,
31 isl68223,
32 isl68224,
33 isl68225,
34 isl68226,
35 isl68227,
36 isl68229,
37 isl68233,
38 isl68239,
39 isl69222,
40 isl69223,
41 isl69224,
42 isl69225,
43 isl69227,
44 isl69228,
45 isl69234,
46 isl69236,
47 isl69239,
48 isl69242,
49 isl69243,
50 isl69247,
51 isl69248,
52 isl69254,
53 isl69255,
54 isl69256,
55 isl69259,
56 isl69260,
57 isl69268,
58 isl69269,
59 isl69298,
60 raa228000,
61 raa228004,
62 raa228006,
63 raa228228,
64 raa229001,
65 raa229004,
> 66 +#if IS_ENABLED(CONFIG_SENSORS_RAA229141)
67 + raa229141,
68 +#endif /* CONFIG_SENSORS_RAA229141 */
69 raa229621,
70 };
71
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki