All of lore.kernel.org
 help / color / mirror / Atom feed
* [omap-audio:peter/linux-next-wip 27/68] sound/soc/soc-utils.c:150:34: warning: unused variable 'soc_dummy_ids'
@ 2020-09-11  6:32 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2020-09-11  6:32 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 1924 bytes --]

tree:   https://github.com/omap-audio/linux-audio peter/linux-next-wip
head:   3fc8cb914e88b2b092c4ec965acde2be43e93666
commit: 828c8f43c795312c7f457d498526b79d9ea8c80a [27/68] ASoC: soc-utils: HACK: DT binding for snd-soc-dummy
config: x86_64-randconfig-a005-20200911 (attached as .config)
compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project 0448d11a06b451a63a8f60408fec613ad24801ba)
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # install x86_64 cross compiling tool for clang build
        # apt-get install binutils-x86-64-linux-gnu
        git checkout 828c8f43c795312c7f457d498526b79d9ea8c80a
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=x86_64 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All warnings (new ones prefixed by >>):

>> sound/soc/soc-utils.c:150:34: warning: unused variable 'soc_dummy_ids' [-Wunused-const-variable]
   static const struct of_device_id soc_dummy_ids[] = {
                                    ^
   1 warning generated.

# https://github.com/omap-audio/linux-audio/commit/828c8f43c795312c7f457d498526b79d9ea8c80a
git remote add omap-audio https://github.com/omap-audio/linux-audio
git fetch --no-tags omap-audio peter/linux-next-wip
git checkout 828c8f43c795312c7f457d498526b79d9ea8c80a
vim +/soc_dummy_ids +150 sound/soc/soc-utils.c

   149	
 > 150	static const struct of_device_id soc_dummy_ids[] = {
   151		{ .compatible = "linux,snd-soc-dummy", },
   152		{ }
   153	};
   154	MODULE_DEVICE_TABLE(of, soc_dummy_ids);
   155	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 31216 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-09-11  6:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-11  6:32 [omap-audio:peter/linux-next-wip 27/68] sound/soc/soc-utils.c:150: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.