All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-next:master 785/14131] drivers/bluetooth/hci_qca.c:1692:35: warning: unused variable 'qca_soc_data_wcn3990'
@ 2020-06-01 13:25 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2020-06-01 13:25 UTC (permalink / raw)
  To: kbuild-all

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

Hi Rocky,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head:   e7b08814b16b80a0bf76eeca16317f8c2ed23b8c
commit: e5d6468fe9d8dced9af0c548a359a7dbeb31c931 [785/14131] Bluetooth: hci_qca: Add support for Qualcomm Bluetooth SoC QCA6390
config: i386-randconfig-a015-20200601 (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 i386 cross compiling tool for clang build
        # apt-get install binutils-i386-linux-gnu
        git checkout e5d6468fe9d8dced9af0c548a359a7dbeb31c931
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=i386 

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 <<):

>> drivers/bluetooth/hci_qca.c:1692:35: warning: unused variable 'qca_soc_data_wcn3990' [-Wunused-const-variable]
static const struct qca_vreg_data qca_soc_data_wcn3990 = {
^
>> drivers/bluetooth/hci_qca.c:1703:35: warning: unused variable 'qca_soc_data_wcn3991' [-Wunused-const-variable]
static const struct qca_vreg_data qca_soc_data_wcn3991 = {
^
>> drivers/bluetooth/hci_qca.c:1714:35: warning: unused variable 'qca_soc_data_wcn3998' [-Wunused-const-variable]
static const struct qca_vreg_data qca_soc_data_wcn3998 = {
^
3 warnings generated.

vim +/qca_soc_data_wcn3990 +1692 drivers/bluetooth/hci_qca.c

0ff252c1976da5 Ben Young Tae Kim      2015-08-10  1691  
523760b7ff8871 Harish Bandi           2019-04-26 @1692  static const struct qca_vreg_data qca_soc_data_wcn3990 = {
fa9ad876b8e0eb Balakrishna Godavarthi 2018-08-03  1693  	.soc_type = QCA_WCN3990,
fa9ad876b8e0eb Balakrishna Godavarthi 2018-08-03  1694  	.vregs = (struct qca_vreg []) {
f2edd66e515b99 Bjorn Andersson        2019-10-17  1695  		{ "vddio", 15000  },
f2edd66e515b99 Bjorn Andersson        2019-10-17  1696  		{ "vddxo", 80000  },
f2edd66e515b99 Bjorn Andersson        2019-10-17  1697  		{ "vddrf", 300000 },
f2edd66e515b99 Bjorn Andersson        2019-10-17  1698  		{ "vddch0", 450000 },
fa9ad876b8e0eb Balakrishna Godavarthi 2018-08-03  1699  	},
fa9ad876b8e0eb Balakrishna Godavarthi 2018-08-03  1700  	.num_vregs = 4,
fa9ad876b8e0eb Balakrishna Godavarthi 2018-08-03  1701  };
fa9ad876b8e0eb Balakrishna Godavarthi 2018-08-03  1702  
7d250a062f75e6 Balakrishna Godavarthi 2019-11-06 @1703  static const struct qca_vreg_data qca_soc_data_wcn3991 = {
7d250a062f75e6 Balakrishna Godavarthi 2019-11-06  1704  	.soc_type = QCA_WCN3991,
7d250a062f75e6 Balakrishna Godavarthi 2019-11-06  1705  	.vregs = (struct qca_vreg []) {
7d250a062f75e6 Balakrishna Godavarthi 2019-11-06  1706  		{ "vddio", 15000  },
7d250a062f75e6 Balakrishna Godavarthi 2019-11-06  1707  		{ "vddxo", 80000  },
7d250a062f75e6 Balakrishna Godavarthi 2019-11-06  1708  		{ "vddrf", 300000 },
7d250a062f75e6 Balakrishna Godavarthi 2019-11-06  1709  		{ "vddch0", 450000 },
7d250a062f75e6 Balakrishna Godavarthi 2019-11-06  1710  	},
7d250a062f75e6 Balakrishna Godavarthi 2019-11-06  1711  	.num_vregs = 4,
7d250a062f75e6 Balakrishna Godavarthi 2019-11-06  1712  };
7d250a062f75e6 Balakrishna Godavarthi 2019-11-06  1713  
523760b7ff8871 Harish Bandi           2019-04-26 @1714  static const struct qca_vreg_data qca_soc_data_wcn3998 = {
523760b7ff8871 Harish Bandi           2019-04-26  1715  	.soc_type = QCA_WCN3998,
523760b7ff8871 Harish Bandi           2019-04-26  1716  	.vregs = (struct qca_vreg []) {
f2edd66e515b99 Bjorn Andersson        2019-10-17  1717  		{ "vddio", 10000  },
f2edd66e515b99 Bjorn Andersson        2019-10-17  1718  		{ "vddxo", 80000  },
f2edd66e515b99 Bjorn Andersson        2019-10-17  1719  		{ "vddrf", 300000 },
f2edd66e515b99 Bjorn Andersson        2019-10-17  1720  		{ "vddch0", 450000 },
523760b7ff8871 Harish Bandi           2019-04-26  1721  	},
523760b7ff8871 Harish Bandi           2019-04-26  1722  	.num_vregs = 4,
523760b7ff8871 Harish Bandi           2019-04-26  1723  };
523760b7ff8871 Harish Bandi           2019-04-26  1724  

:::::: The code at line 1692 was first introduced by commit
:::::: 523760b7ff8871281aaedc44c305926469ab47f8 Bluetooth: hci_qca: Added support for WCN3998

:::::: TO: Harish Bandi <c-hbandi@codeaurora.org>
:::::: CC: Marcel Holtmann <marcel@holtmann.org>

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

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

only message in thread, other threads:[~2020-06-01 13:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-01 13:25 [linux-next:master 785/14131] drivers/bluetooth/hci_qca.c:1692:35: warning: unused variable 'qca_soc_data_wcn3990' 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.