All of lore.kernel.org
 help / color / mirror / Atom feed
* [robh:for-kernelci 100/101] drivers/clk/sunxi-ng/ccu-sun6i-rtc.c:327:34: warning: unused variable 'sun6i_rtc_ccu_match'
@ 2023-07-13  1:35 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-07-13  1:35 UTC (permalink / raw)
  To: Rob Herring; +Cc: llvm, oe-kbuild-all

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-kernelci
head:   ac7a2a5947cf0a60d9614031b509c5b65e99f87a
commit: 313ab319a928ebd740c8a86e6cc1436be6c1c359 [100/101] Use of_device_get_match_data
config: riscv-randconfig-r042-20230712 (https://download.01.org/0day-ci/archive/20230713/202307130921.fQjhhl6B-lkp@intel.com/config)
compiler: clang version 17.0.0 (https://github.com/llvm/llvm-project.git 4a5ac14ee968ff0ad5d2cc1ffa0299048db4c88a)
reproduce: (https://download.01.org/0day-ci/archive/20230713/202307130921.fQjhhl6B-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/202307130921.fQjhhl6B-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> drivers/clk/sunxi-ng/ccu-sun6i-rtc.c:327:34: warning: unused variable 'sun6i_rtc_ccu_match' [-Wunused-const-variable]
     327 | static const struct of_device_id sun6i_rtc_ccu_match[] = {
         |                                  ^
   1 warning generated.


vim +/sun6i_rtc_ccu_match +327 drivers/clk/sunxi-ng/ccu-sun6i-rtc.c

d91612d7f01aca Samuel Holland 2022-02-02  326  
d91612d7f01aca Samuel Holland 2022-02-02 @327  static const struct of_device_id sun6i_rtc_ccu_match[] = {
d91612d7f01aca Samuel Holland 2022-02-02  328  	{
d91612d7f01aca Samuel Holland 2022-02-02  329  		.compatible	= "allwinner,sun50i-h616-rtc",
d91612d7f01aca Samuel Holland 2022-02-02  330  		.data		= &sun50i_h616_rtc_ccu_data,
d91612d7f01aca Samuel Holland 2022-02-02  331  	},
d91612d7f01aca Samuel Holland 2022-02-02  332  	{
d91612d7f01aca Samuel Holland 2022-02-02  333  		.compatible	= "allwinner,sun50i-r329-rtc",
d91612d7f01aca Samuel Holland 2022-02-02  334  		.data		= &sun50i_r329_rtc_ccu_data,
d91612d7f01aca Samuel Holland 2022-02-02  335  	},
c887bdc4fb254a Wan Jiabing    2022-03-28  336  	{},
d91612d7f01aca Samuel Holland 2022-02-02  337  };
d91612d7f01aca Samuel Holland 2022-02-02  338  

:::::: The code at line 327 was first introduced by commit
:::::: d91612d7f01aca454469976d25db761c5085ae4d clk: sunxi-ng: Add support for the sun6i RTC clocks

:::::: TO: Samuel Holland <samuel@sholland.org>
:::::: CC: Alexandre Belloni <alexandre.belloni@bootlin.com>

-- 
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-07-13  1:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-13  1:35 [robh:for-kernelci 100/101] drivers/clk/sunxi-ng/ccu-sun6i-rtc.c:327:34: warning: unused variable 'sun6i_rtc_ccu_match' 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.