From: kernel test robot <lkp@intel.com>
To: cros-kernel-buildreports@googlegroups.com
Cc: oe-kbuild-all@lists.linux.dev
Subject: [android-common:android13-5.15 0/2] drivers/bluetooth/hci_qca.c:1891:37: warning: unused variable 'qca_soc_data_wcn6855'
Date: Thu, 18 Dec 2025 00:31:10 +0800 [thread overview]
Message-ID: <202512180050.EqFJSSh5-lkp@intel.com> (raw)
tree: https://android.googlesource.com/kernel/common android13-5.15
head: d36711b0a31fb7c6682f53e306fa330cc0b125a2
commit: 9609476b3a16c15395c6b805fb751458eb9bd002 [0/2] Bluetooth: hci_qca: Add support for QTI Bluetooth chip wcn6855
config: i386-randconfig-015-20251216 (https://download.01.org/0day-ci/archive/20251218/202512180050.EqFJSSh5-lkp@intel.com/config)
compiler: clang version 22.0.0git (https://github.com/llvm/llvm-project 1335a05ab8bc8339ce24be3a9da89d8c3f4e0571)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251218/202512180050.EqFJSSh5-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202512180050.EqFJSSh5-lkp@intel.com/
All warnings (new ones prefixed by >>):
drivers/bluetooth/hci_qca.c:1834:37: warning: unused variable 'qca_soc_data_wcn3990' [-Wunused-const-variable]
1834 | static const struct qca_device_data qca_soc_data_wcn3990 = {
| ^~~~~~~~~~~~~~~~~~~~
drivers/bluetooth/hci_qca.c:1845:37: warning: unused variable 'qca_soc_data_wcn3991' [-Wunused-const-variable]
1845 | static const struct qca_device_data qca_soc_data_wcn3991 = {
| ^~~~~~~~~~~~~~~~~~~~
drivers/bluetooth/hci_qca.c:1857:37: warning: unused variable 'qca_soc_data_wcn3998' [-Wunused-const-variable]
1857 | static const struct qca_device_data qca_soc_data_wcn3998 = {
| ^~~~~~~~~~~~~~~~~~~~
drivers/bluetooth/hci_qca.c:1874:37: warning: unused variable 'qca_soc_data_wcn6750' [-Wunused-const-variable]
1874 | static const struct qca_device_data qca_soc_data_wcn6750 = {
| ^~~~~~~~~~~~~~~~~~~~
>> drivers/bluetooth/hci_qca.c:1891:37: warning: unused variable 'qca_soc_data_wcn6855' [-Wunused-const-variable]
1891 | static const struct qca_device_data qca_soc_data_wcn6855 = {
| ^~~~~~~~~~~~~~~~~~~~
5 warnings generated.
vim +/qca_soc_data_wcn6855 +1891 drivers/bluetooth/hci_qca.c
1890
> 1891 static const struct qca_device_data qca_soc_data_wcn6855 = {
1892 .soc_type = QCA_WCN6855,
1893 .vregs = (struct qca_vreg []) {
1894 { "vddio", 5000 },
1895 { "vddbtcxmx", 126000 },
1896 { "vddrfacmn", 12500 },
1897 { "vddrfa0p8", 102000 },
1898 { "vddrfa1p7", 302000 },
1899 { "vddrfa1p2", 257000 },
1900 },
1901 .num_vregs = 6,
1902 .capabilities = QCA_CAP_WIDEBAND_SPEECH | QCA_CAP_VALID_LE_STATES,
1903 };
1904
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
reply other threads:[~2025-12-17 16:31 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202512180050.EqFJSSh5-lkp@intel.com \
--to=lkp@intel.com \
--cc=cros-kernel-buildreports@googlegroups.com \
--cc=oe-kbuild-all@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.