* [freescale-fslc:6.1-2.1.x-imx 3028/15768] drivers/leds/leds-pca995x.c:280:34: warning: 'of_pca995x_match' defined but not used
@ 2023-10-13 12:15 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-10-13 12:15 UTC (permalink / raw)
To: Otavio Salvador; +Cc: oe-kbuild-all
tree: https://github.com/Freescale/linux-fslc 6.1-2.1.x-imx
head: 3f41fbe42851375d3d5996e4bf9e9809e6c79517
commit: c040dc570d616ad62326276e8ddfe2e494d14f2a [3028/15768] LF-6247-3: driver: leds: pca995x: Add support for PCA995X chips
config: x86_64-randconfig-003-20231013 (https://download.01.org/0day-ci/archive/20231013/202310132053.TOlsmYIu-lkp@intel.com/config)
compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231013/202310132053.TOlsmYIu-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/202310132053.TOlsmYIu-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> drivers/leds/leds-pca995x.c:280:34: warning: 'of_pca995x_match' defined but not used [-Wunused-const-variable=]
280 | static const struct of_device_id of_pca995x_match[] = {
| ^~~~~~~~~~~~~~~~
vim +/of_pca995x_match +280 drivers/leds/leds-pca995x.c
279
> 280 static const struct of_device_id of_pca995x_match[] = {
281 {.compatible = "nxp,pca9955btw", .data = (void *) pca9955btw},
282 {.compatible = "nxp,pca995xtw", .data = (void *) pca995xtw},
283 {},
284 };
285
--
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:[~2023-10-13 12:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-13 12:15 [freescale-fslc:6.1-2.1.x-imx 3028/15768] drivers/leds/leds-pca995x.c:280:34: warning: 'of_pca995x_match' defined but not used kernel test robot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.