linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* sound/soc/codecs/zl38060.c:614:34: warning: unused variable 'zl38_dt_ids'
@ 2021-05-06  5:42 kernel test robot
  0 siblings, 0 replies; 10+ messages in thread
From: kernel test robot @ 2021-05-06  5:42 UTC (permalink / raw)
  To: Sven Van Asbroeck; +Cc: kbuild-all, clang-built-linux, linux-kernel, Mark Brown

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

Hi Sven,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   8404c9fbc84b741f66cff7d4934a25dd2c344452
commit: 52e8a94baf9026276fcdc9ff21a50dc2ca0bc94b ASoC: Add initial ZL38060 driver
date:   1 year ago
config: x86_64-randconfig-a001-20210506 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 8f5a2a5836cc8e4c1def2bdeb022e7b496623439)
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
        # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=52e8a94baf9026276fcdc9ff21a50dc2ca0bc94b
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout 52e8a94baf9026276fcdc9ff21a50dc2ca0bc94b
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 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/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@lists.01.org

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

^ permalink raw reply	[flat|nested] 10+ messages in thread
* sound/soc/codecs/zl38060.c:614:34: warning: unused variable 'zl38_dt_ids'
@ 2020-10-12 19:17 kernel test robot
  0 siblings, 0 replies; 10+ messages in thread
From: kernel test robot @ 2020-10-12 19:17 UTC (permalink / raw)
  To: Sven Van Asbroeck; +Cc: kbuild-all, clang-built-linux, linux-kernel, Mark Brown

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

Hi Sven,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   bbf5c979011a099af5dc76498918ed7df445635b
commit: 52e8a94baf9026276fcdc9ff21a50dc2ca0bc94b ASoC: Add initial ZL38060 driver
date:   6 months ago
config: x86_64-randconfig-r001-20201012 (attached as .config)
compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project 9e72d3eaf38f217698f72cb8fdc969a6e72dad3a)
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
        # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=52e8a94baf9026276fcdc9ff21a50dc2ca0bc94b
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        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: kernel test robot <lkp@intel.com>

All warnings (new 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@lists.01.org

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

^ permalink raw reply	[flat|nested] 10+ messages in thread
* sound/soc/codecs/zl38060.c:614:34: warning: unused variable 'zl38_dt_ids'
@ 2020-09-19 17:56 kernel test robot
  0 siblings, 0 replies; 10+ messages in thread
From: kernel test robot @ 2020-09-19 17:56 UTC (permalink / raw)
  To: Sven Van Asbroeck; +Cc: kbuild-all, clang-built-linux, linux-kernel, Mark Brown

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

Hi Sven,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   eb5f95f1593f7c22dac681b19e815828e2af3efd
commit: 52e8a94baf9026276fcdc9ff21a50dc2ca0bc94b ASoC: Add initial ZL38060 driver
date:   5 months ago
config: x86_64-randconfig-a012-20200920 (attached as .config)
compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project ed79827aea444e6995fb3d36abc2bfd36331773c)
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: kernel test robot <lkp@intel.com>

All warnings (new 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.

# https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=52e8a94baf9026276fcdc9ff21a50dc2ca0bc94b
git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
git fetch --no-tags linus master
git checkout 52e8a94baf9026276fcdc9ff21a50dc2ca0bc94b
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@lists.01.org

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

^ permalink raw reply	[flat|nested] 10+ messages in thread
* sound/soc/codecs/zl38060.c:614:34: warning: unused variable 'zl38_dt_ids'
@ 2020-07-09 16:47 kernel test robot
  2020-07-10  2:41 ` Nathan Chancellor
  0 siblings, 1 reply; 10+ messages in thread
From: kernel test robot @ 2020-07-09 16:47 UTC (permalink / raw)
  To: Sven Van Asbroeck; +Cc: kbuild-all, clang-built-linux, linux-kernel, Mark Brown

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

Hi Sven,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   0bddd227f3dc55975e2b8dfa7fc6f959b062a2c7
commit: 52e8a94baf9026276fcdc9ff21a50dc2ca0bc94b ASoC: Add initial ZL38060 driver
date:   3 months ago
config: x86_64-randconfig-r004-20200709 (attached as .config)
compiler: clang version 11.0.0 (https://github.com/llvm/llvm-project 02946de3802d3bc65bc9f2eb9b8d4969b5a7add8)
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: kernel test robot <lkp@intel.com>

All warnings (new 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@lists.01.org

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

^ permalink raw reply	[flat|nested] 10+ messages in thread
* sound/soc/codecs/zl38060.c:614:34: warning: unused variable 'zl38_dt_ids'
@ 2020-07-06  2:49 kernel test robot
  0 siblings, 0 replies; 10+ messages in thread
From: kernel test robot @ 2020-07-06  2:49 UTC (permalink / raw)
  To: Sven Van Asbroeck; +Cc: kbuild-all, clang-built-linux, linux-kernel, Mark Brown

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

Hi Sven,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   dcb7fd82c75ee2d6e6f9d8cc71c52519ed52e258
commit: 52e8a94baf9026276fcdc9ff21a50dc2ca0bc94b ASoC: Add initial ZL38060 driver
date:   3 months ago
config: x86_64-randconfig-a012-20200706 (attached as .config)
compiler: clang version 11.0.0 (https://github.com/llvm/llvm-project a378c0449507e00e96534ff9ce9034e185425182)
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: kernel test robot <lkp@intel.com>

All warnings (new 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@lists.01.org

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

^ permalink raw reply	[flat|nested] 10+ messages in thread
* sound/soc/codecs/zl38060.c:614:34: warning: unused variable 'zl38_dt_ids'
@ 2020-06-17  8:43 kernel test robot
  0 siblings, 0 replies; 10+ messages in thread
From: kernel test robot @ 2020-06-17  8:43 UTC (permalink / raw)
  To: Sven Van Asbroeck; +Cc: kbuild-all, clang-built-linux, linux-kernel, Mark Brown

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

Hi Sven,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   69119673bd50b176ded34032fadd41530fb5af21
commit: 52e8a94baf9026276fcdc9ff21a50dc2ca0bc94b ASoC: Add initial ZL38060 driver
date:   8 weeks ago
config: x86_64-randconfig-r003-20200617 (attached as .config)
compiler: clang version 11.0.0 (https://github.com/llvm/llvm-project 487ca07fcc75d52755c9fe2ee05bcb3b6eeeec44)
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: kernel 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@lists.01.org

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-05-06  5:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-06  5:42 sound/soc/codecs/zl38060.c:614:34: warning: unused variable 'zl38_dt_ids' kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2020-10-12 19:17 kernel test robot
2020-09-19 17:56 kernel test robot
2020-07-09 16:47 kernel test robot
2020-07-10  2:41 ` Nathan Chancellor
2020-07-10 12:24   ` Mark Brown
2020-07-11  3:30     ` Nathan Chancellor
2020-07-11 15:08       ` Sven Van Asbroeck
2020-07-06  2:49 kernel test robot
2020-06-17  8:43 kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).