* drivers/mux/adg792a.c:134:34: warning: unused variable 'adg792a_of_match'
@ 2024-12-03 5:53 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-12-03 5:53 UTC (permalink / raw)
To: Andy Shevchenko; +Cc: llvm, oe-kbuild-all, linux-kernel, Jonathan Cameron
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: cdd30ebb1b9f36159d66f088b61aee264e649d7a
commit: 879a52379704e479237d0b97822fd9302fed0675 iio: multiplexer: Make use of device properties
date: 2 years, 8 months ago
config: x86_64-randconfig-005-20240106 (https://download.01.org/0day-ci/archive/20241203/202412031354.XH7wsNeh-lkp@intel.com/config)
compiler: ClangBuiltLinux 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/20241203/202412031354.XH7wsNeh-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/202412031354.XH7wsNeh-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> drivers/mux/adg792a.c:134:34: warning: unused variable 'adg792a_of_match' [-Wunused-const-variable]
134 | static const struct of_device_id adg792a_of_match[] = {
| ^~~~~~~~~~~~~~~~
1 warning generated.
vim +/adg792a_of_match +134 drivers/mux/adg792a.c
afda08c4caa9489 drivers/mux/mux-adg792a.c Peter Rosin 2017-05-14 133
afda08c4caa9489 drivers/mux/mux-adg792a.c Peter Rosin 2017-05-14 @134 static const struct of_device_id adg792a_of_match[] = {
afda08c4caa9489 drivers/mux/mux-adg792a.c Peter Rosin 2017-05-14 135 { .compatible = "adi,adg792a", },
afda08c4caa9489 drivers/mux/mux-adg792a.c Peter Rosin 2017-05-14 136 { .compatible = "adi,adg792g", },
afda08c4caa9489 drivers/mux/mux-adg792a.c Peter Rosin 2017-05-14 137 { }
afda08c4caa9489 drivers/mux/mux-adg792a.c Peter Rosin 2017-05-14 138 };
afda08c4caa9489 drivers/mux/mux-adg792a.c Peter Rosin 2017-05-14 139 MODULE_DEVICE_TABLE(of, adg792a_of_match);
afda08c4caa9489 drivers/mux/mux-adg792a.c Peter Rosin 2017-05-14 140
:::::: The code at line 134 was first introduced by commit
:::::: afda08c4caa9489511557def51e322a5f2142a2f mux: adg792a: add mux controller driver for ADG792A/G
:::::: TO: Peter Rosin <peda@axentia.se>
:::::: CC: Greg Kroah-Hartman <gregkh@linuxfoundation.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:[~2024-12-03 5:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-03 5:53 drivers/mux/adg792a.c:134:34: warning: unused variable 'adg792a_of_match' 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
all inboxes | Powered by JetHome®