tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master head: 9221b2819b8a4196eecf5476d66201be60fbcf29 commit: 38bcec0e7cbbd6566c12ae4f2b7a48bd50cd215c [9961/10967] regulator: rtq2208: Fix LDO discharge register and add vsel setting config: i386-buildonly-randconfig-003-20240503 (https://download.01.org/0day-ci/archive/20240503/202405032019.mzGkGCsh-lkp@xxxxxxxxx/config) compiler: gcc-13 (Ubuntu 13.2.0-4ubuntu3) 13.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240503/202405032019.mzGkGCsh-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/202405032019.mzGkGCsh-lkp@xxxxxxxxx/ All warnings (new ones prefixed by >>): >> drivers/regulator/rtq2208-regulator.c:223:35: warning: 'rtq2208_regulator_ldo_ops' defined but not used [-Wunused-const-variable=] 223 | static const struct regulator_ops rtq2208_regulator_ldo_ops = { | ^~~~~~~~~~~~~~~~~~~~~~~~~ vim +/rtq2208_regulator_ldo_ops +223 drivers/regulator/rtq2208-regulator.c 85a11f55621a0c Alina Yu 2023-08-07 222 85a11f55621a0c Alina Yu 2023-08-07 @223 static const struct regulator_ops rtq2208_regulator_ldo_ops = { 85a11f55621a0c Alina Yu 2023-08-07 224 .enable = regulator_enable_regmap, 85a11f55621a0c Alina Yu 2023-08-07 225 .disable = regulator_disable_regmap, 85a11f55621a0c Alina Yu 2023-08-07 226 .is_enabled = regulator_is_enabled_regmap, 85a11f55621a0c Alina Yu 2023-08-07 227 .set_active_discharge = regulator_set_active_discharge_regmap, 85a11f55621a0c Alina Yu 2023-08-07 228 .set_suspend_enable = rtq2208_set_suspend_enable, 85a11f55621a0c Alina Yu 2023-08-07 229 .set_suspend_disable = rtq2208_set_suspend_disable, 85a11f55621a0c Alina Yu 2023-08-07 230 }; 85a11f55621a0c Alina Yu 2023-08-07 231 :::::: The code at line 223 was first introduced by commit :::::: 85a11f55621a0c18b22b43ab4219450ac1d19386 regulator: rtq2208: Add Richtek RTQ2208 SubPMIC driver :::::: TO: Alina Yu <alina_yu@xxxxxxxxxxx> :::::: CC: Mark Brown <broonie@xxxxxxxxxx> -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki