linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [brgl:gpio/devel 2/2] drivers/gpio/gpio-tps65219.c:206:3: error: field designator 'set_rv' does not refer to any field in type 'const struct gpio_chip'
@ 2025-07-26 10:47 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2025-07-26 10:47 UTC (permalink / raw)
  To: Bartosz Golaszewski; +Cc: llvm, oe-kbuild-all, linux-gpio

Hi Bartosz,

FYI, the error/warning was bisected to this commit, please ignore it if it's irrelevant.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git gpio/devel
head:   e27a47cfa1fdbfa754664ae3dbac450008831fa0
commit: e27a47cfa1fdbfa754664ae3dbac450008831fa0 [2/2] treewide: rename GPIO set callbacks back to their original names
config: riscv-randconfig-002-20250725 (https://download.01.org/0day-ci/archive/20250726/202507261836.9dWs6Hqk-lkp@intel.com/config)
compiler: clang version 22.0.0git (https://github.com/llvm/llvm-project 853c343b45b3e83cc5eeef5a52fc8cc9d8a09252)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250726/202507261836.9dWs6Hqk-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@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202507261836.9dWs6Hqk-lkp@intel.com/

All errors (new ones prefixed by >>):

>> drivers/gpio/gpio-tps65219.c:206:3: error: field designator 'set_rv' does not refer to any field in type 'const struct gpio_chip'
     206 |         .set_rv                 = tps65219_gpio_set,
         |         ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   1 error generated.


vim +206 drivers/gpio/gpio-tps65219.c

57e30e00bd5baa Jerome Neanne     2023-06-07  198  
1b6ab07c0c800e Shree Ramamoorthy 2025-07-22  199  static const struct gpio_chip tps65214_template_chip = {
1b6ab07c0c800e Shree Ramamoorthy 2025-07-22  200  	.label			= "tps65214-gpio",
1b6ab07c0c800e Shree Ramamoorthy 2025-07-22  201  	.owner			= THIS_MODULE,
1b6ab07c0c800e Shree Ramamoorthy 2025-07-22  202  	.get_direction		= tps65214_gpio_get_direction,
1b6ab07c0c800e Shree Ramamoorthy 2025-07-22  203  	.direction_input	= tps65219_gpio_direction_input,
1b6ab07c0c800e Shree Ramamoorthy 2025-07-22  204  	.direction_output	= tps65219_gpio_direction_output,
1b6ab07c0c800e Shree Ramamoorthy 2025-07-22  205  	.get			= tps65219_gpio_get,
1b6ab07c0c800e Shree Ramamoorthy 2025-07-22 @206  	.set_rv			= tps65219_gpio_set,
1b6ab07c0c800e Shree Ramamoorthy 2025-07-22  207  	.base			= -1,
1b6ab07c0c800e Shree Ramamoorthy 2025-07-22  208  	.ngpio			= 2,
1b6ab07c0c800e Shree Ramamoorthy 2025-07-22  209  	.can_sleep		= true,
1b6ab07c0c800e Shree Ramamoorthy 2025-07-22  210  };
1b6ab07c0c800e Shree Ramamoorthy 2025-07-22  211  

:::::: The code at line 206 was first introduced by commit
:::::: 1b6ab07c0c800ed32ce417b71b32bb1baa91b493 gpio: tps65219: Add support for TI TPS65214 PMIC

:::::: TO: Shree Ramamoorthy <s-ramamoorthy@ti.com>
:::::: CC: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-07-26 10:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-26 10:47 [brgl:gpio/devel 2/2] drivers/gpio/gpio-tps65219.c:206:3: error: field designator 'set_rv' does not refer to any field in type 'const struct gpio_chip' kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).