All of lore.kernel.org
 help / color / mirror / Atom feed
* [android-common:android13-5.15 0/2] drivers/bluetooth/hci_qca.c:1891:37: warning: unused variable 'qca_soc_data_wcn6855'
@ 2025-12-17 16:31 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2025-12-17 16:31 UTC (permalink / raw)
  To: cros-kernel-buildreports; +Cc: oe-kbuild-all

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

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

only message in thread, other threads:[~2025-12-17 16:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-17 16:31 [android-common:android13-5.15 0/2] drivers/bluetooth/hci_qca.c:1891:37: warning: unused variable 'qca_soc_data_wcn6855' 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.