All of lore.kernel.org
 help / color / mirror / Atom feed
* [omap-audio:peter/ti-linux-5.4.y/wip 5988/9999] drivers/pci/endpoint/pci-epf-bus.c:36:34: warning: unused variable 'pci_epf_bus_id_table'
@ 2020-06-28  6:36 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2020-06-28  6:36 UTC (permalink / raw)
  To: kbuild-all

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

Hi Kishon,

FYI, the error/warning still remains.

tree:   https://github.com/omap-audio/linux-audio peter/ti-linux-5.4.y/wip
head:   d4ea716deb5cae567d7ffb483c1cc6a18ca0d3ba
commit: bbd60c1753ae4cecfd562d683419ddddc184fddd [5988/9999] PCI: endpoint: Add "pci-epf-bus" driver
config: x86_64-randconfig-a012-20200628 (attached as .config)
compiler: clang version 11.0.0 (https://github.com/llvm/llvm-project 8cd117c24f48428e01f88cf18480e5af7eb20c0c)
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 bbd60c1753ae4cecfd562d683419ddddc184fddd
        # 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 >>):

>> drivers/pci/endpoint/pci-epf-bus.c:36:34: warning: unused variable 'pci_epf_bus_id_table' [-Wunused-const-variable]
   static const struct of_device_id pci_epf_bus_id_table[] = {
                                    ^
   1 warning generated.

vim +/pci_epf_bus_id_table +36 drivers/pci/endpoint/pci-epf-bus.c

    35	
  > 36	static const struct of_device_id pci_epf_bus_id_table[] = {
    37		{ .compatible = "pci-epf-bus" },
    38		{}
    39	};
    40	MODULE_DEVICE_TABLE(of, pci_epf_bus_id_table);
    41	

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

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

only message in thread, other threads:[~2020-06-28  6:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-28  6:36 [omap-audio:peter/ti-linux-5.4.y/wip 5988/9999] drivers/pci/endpoint/pci-epf-bus.c:36:34: warning: unused variable 'pci_epf_bus_id_table' 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.