* [freescale-fslc:pr/640 15326/24604] drivers/leds/leds-pca995x.c:280:34: warning: 'of_pca995x_match' defined but not used
@ 2023-09-06 17:20 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-09-06 17:20 UTC (permalink / raw)
To: Otavio Salvador; +Cc: oe-kbuild-all
tree: https://github.com/Freescale/linux-fslc pr/640
head: 20d5c9a132fc5a44f95fe7410c3cac6f43f0bd6c
commit: 8d95b5f8d03c993efd374d585823eefe84138d2c [15326/24604] LF-6247-3: driver: leds: pca995x: Add support for PCA995X chips
config: x86_64-randconfig-016-20230906 (https://download.01.org/0day-ci/archive/20230907/202309070106.sAD2CnSF-lkp@intel.com/config)
compiler: gcc-7 (Ubuntu 7.5.0-6ubuntu2) 7.5.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20230907/202309070106.sAD2CnSF-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/202309070106.sAD2CnSF-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=]
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-09-06 17:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-06 17:20 [freescale-fslc:pr/640 15326/24604] 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.