[linusw-nomadik:ux500-janice-v6.18-rc1 9/11] drivers/input/misc/isa1200.c:423:3: error: field designator 'probe_new' does not refer to any field in type 'struct i2c_driver'
kernel test robot
lkp at intel.com
Fri Oct 24 12:11:12 PDT 2025
tree: https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git ux500-janice-v6.18-rc1
head: ccd3929e54f44ccae885d803cc472204f661c886
commit: 5e4f8e741997d1d027479597bf5265607888bcb1 [9/11] Input: isa1200 - new driver for Immersion ISA1200
config: hexagon-allmodconfig (https://download.01.org/0day-ci/archive/20251025/202510250319.9WqUFHAz-lkp@intel.com/config)
compiler: clang version 17.0.6 (https://github.com/llvm/llvm-project 6009708b4367171ccdbf4b5905cb6a803753fe18)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251025/202510250319.9WqUFHAz-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 at intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202510250319.9WqUFHAz-lkp@intel.com/
All errors (new ones prefixed by >>):
>> drivers/input/misc/isa1200.c:423:3: error: field designator 'probe_new' does not refer to any field in type 'struct i2c_driver'
423 | .probe_new = isa1200_probe,
| ~^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
vim +423 drivers/input/misc/isa1200.c
416
417 static struct i2c_driver isa1200_i2c_driver = {
418 .driver = {
419 .name = "isa1200",
420 .of_match_table = isa1200_of_match,
421 .pm = &isa1200_pm,
422 },
> 423 .probe_new = isa1200_probe,
424 };
425 module_i2c_driver(isa1200_i2c_driver);
426
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
More information about the linux-arm-kernel
mailing list