All of lore.kernel.org
 help / color / mirror / Atom feed
* [omap-audio:peter/linux-next-wip 14/49] sound/soc/soc-utils.c:251:34: warning: 'soc_dummy_ids' defined but not used
@ 2023-10-29 20:40 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-10-29 20:40 UTC (permalink / raw)
  To: Peter Ujfalusi; +Cc: oe-kbuild-all

tree:   https://github.com/omap-audio/linux-audio peter/linux-next-wip
head:   18d932095e7671a279370244699bdeb3fc8604de
commit: af5eb07cc05fb27b69939ccac265918a70792539 [14/49] ASoC: soc-utils: HACK: DT binding for snd-soc-dummy
config: x86_64-buildonly-randconfig-001-20231029 (https://download.01.org/0day-ci/archive/20231030/202310300429.Ha6RbfDX-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/20231030/202310300429.Ha6RbfDX-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/202310300429.Ha6RbfDX-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> sound/soc/soc-utils.c:251:34: warning: 'soc_dummy_ids' defined but not used [-Wunused-const-variable=]
     251 | static const struct of_device_id soc_dummy_ids[] = {
         |                                  ^~~~~~~~~~~~~


vim +/soc_dummy_ids +251 sound/soc/soc-utils.c

   250	
 > 251	static const struct of_device_id soc_dummy_ids[] = {
   252		{ .compatible = "linux,snd-soc-dummy", },
   253		{ }
   254	};
   255	MODULE_DEVICE_TABLE(of, soc_dummy_ids);
   256	

-- 
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-29 20:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-29 20:40 [omap-audio:peter/linux-next-wip 14/49] sound/soc/soc-utils.c:251:34: warning: 'soc_dummy_ids' 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.