All of lore.kernel.org
 help / color / mirror / Atom feed
* [asoc:for-5.8 26/178] sound/soc/codecs/zl38060.c:614:34: warning: unused variable 'zl38_dt_ids'
@ 2020-05-30 22:06 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2020-05-30 22:06 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-5.8
head:   fcbbcc325bc2dd90212de19b520c190b6fbeddae
commit: 52e8a94baf9026276fcdc9ff21a50dc2ca0bc94b [26/178] ASoC: Add initial ZL38060 driver
config: x86_64-randconfig-r033-20200531 (attached as .config)
compiler: clang version 11.0.0 (https://github.com/llvm/llvm-project 2388a096e7865c043e83ece4e26654bd3d1a20d5)
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 52e8a94baf9026276fcdc9ff21a50dc2ca0bc94b
        # 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: kbuild test robot <lkp@intel.com>

All warnings (new ones prefixed by >>, old ones prefixed by <<):

>> sound/soc/codecs/zl38060.c:614:34: warning: unused variable 'zl38_dt_ids' [-Wunused-const-variable]
static const struct of_device_id zl38_dt_ids[] = {
^
1 warning generated.

vim +/zl38_dt_ids +614 sound/soc/codecs/zl38060.c

   613	
 > 614	static const struct of_device_id zl38_dt_ids[] = {
   615		{ .compatible = "mscc,zl38060", },
   616		{ /* sentinel */ }
   617	};
   618	MODULE_DEVICE_TABLE(of, zl38_dt_ids);
   619	

---
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: 47108 bytes --]

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

only message in thread, other threads:[~2020-05-30 22:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-30 22:06 [asoc:for-5.8 26/178] sound/soc/codecs/zl38060.c:614:34: warning: unused variable 'zl38_dt_ids' kbuild 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.