I've sent from the wrong repo, sorry, I'll send the proper patch shortly On Sun, Jan 12, 2025 at 7:46 PM Guenter Roeck <linux@xxxxxxxxxxxx> wrote: > > On 1/12/25 08:15, kernel test robot wrote: > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-next > > head: ffd30617d9ea248f5766778227bc2b59ee2e691a > > commit: 139c3e32b53bdb1ee06f2f67adeccbcb4ad9288c [41/43] hwmon: pmbus: dps920ab: Add ability to instantiate through i2c > > config: loongarch-randconfig-r131-20250112 (https://download.01.org/0day-ci/archive/20250113/202501130056.dNRlSRuE-lkp@xxxxxxxxx/config) > > compiler: loongarch64-linux-gcc (GCC) 14.2.0 > > reproduce: (https://download.01.org/0day-ci/archive/20250113/202501130056.dNRlSRuE-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/202501130056.dNRlSRuE-lkp@xxxxxxxxx/ > > > > All errors (new ones prefixed by >>): > > > >>> drivers/hwmon/pmbus/dps920ab.c:205:21: error: 'dps920ab_device_id' undeclared here (not in a function); did you mean 'dps920ab_driver'? > > 205 | .id_table = dps920ab_device_id, > > | ^~~~~~~~~~~~~~~~~~ > > | dps920ab_driver > > > > > > vim +205 drivers/hwmon/pmbus/dps920ab.c > > > > 198 > > 199 static struct i2c_driver dps920ab_driver = { > > 200 .driver = { > > 201 .name = "dps920ab", > > 202 .of_match_table = of_match_ptr(dps920ab_of_match), > > 203 }, > > 204 .probe = dps920ab_probe, > > > 205 .id_table = dps920ab_device_id, > > 206 }; > > 207 > > > > I dropped this patch as not even compile tested. > > Guenter > -- Regards / Mit besten Grüßen, Denis