* [omap-audio:peter/linux-next-wip 11/42] sound/soc/soc-utils.c:251:34: warning: unused variable 'soc_dummy_ids'
@ 2023-12-25 20:15 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-12-25 20:15 UTC (permalink / raw)
To: Peter Ujfalusi; +Cc: oe-kbuild-all
tree: https://github.com/omap-audio/linux-audio peter/linux-next-wip
head: b30de2d93893b64d7886860417b12948ec22be5a
commit: 5c1fa02438f03e25bddb0c82ff0b1fe4296cbdbc [11/42] ASoC: soc-utils: HACK: DT binding for snd-soc-dummy
config: i386-buildonly-randconfig-006-20231225 (https://download.01.org/0day-ci/archive/20231226/202312260449.JkrDDoWw-lkp@intel.com/config)
compiler: clang version 16.0.4 (https://github.com/llvm/llvm-project.git ae42196bc493ffe877a7e3dff8be32035dea4d07)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231226/202312260449.JkrDDoWw-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/202312260449.JkrDDoWw-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> sound/soc/soc-utils.c:251:34: warning: unused variable 'soc_dummy_ids' [-Wunused-const-variable]
static const struct of_device_id soc_dummy_ids[] = {
^
1 warning generated.
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-12-25 20:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-25 20:15 [omap-audio:peter/linux-next-wip 11/42] sound/soc/soc-utils.c:251:34: warning: unused variable 'soc_dummy_ids' 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.