llvm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [jcmvbkbc-xtensa:xtensa-6.5-rc1-esp32wifi 40/48] drivers/misc/esp32-ipc.c:221:34: warning: unused variable 'esp32_ipc_match'
@ 2023-08-27  7:29 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-08-27  7:29 UTC (permalink / raw)
  To: Max Filippov; +Cc: llvm, oe-kbuild-all

tree:   https://github.com/jcmvbkbc/linux-xtensa xtensa-6.5-rc1-esp32wifi
head:   37fd9d9c4f957906efc14a9849942100af4f99e2
commit: 422f7405a1d5afa30398c9b6a9b6bc1b50a83be1 [40/48] esp_wifi: shmem: use esp_ipc driver
config: i386-randconfig-r003-20230827 (https://download.01.org/0day-ci/archive/20230827/202308271537.Wy57zSor-lkp@intel.com/config)
compiler: clang version 16.0.4 (https://github.com/llvm/llvm-project.git ae42196bc493ffe877a7e3dff8be32035dea4d07)
reproduce: (https://download.01.org/0day-ci/archive/20230827/202308271537.Wy57zSor-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/202308271537.Wy57zSor-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> drivers/misc/esp32-ipc.c:221:34: warning: unused variable 'esp32_ipc_match' [-Wunused-const-variable]
   static const struct of_device_id esp32_ipc_match[] = {
                                    ^
   1 warning generated.

Kconfig warnings: (for reference only)
   WARNING: unmet direct dependencies detected for ESP32_IPC
   Depends on [n]: OF [=n] && HAS_IOMEM [=y]
   Selected by [y]:
   - ESP32_WIFI_SHMEM [=y] && NETDEVICES [=y] && WLAN [=y] && WLAN_VENDOR_ESPRESSIF [=y]


vim +/esp32_ipc_match +221 drivers/misc/esp32-ipc.c

8c1fb47acdb23c Max Filippov 2023-08-11  220  
8c1fb47acdb23c Max Filippov 2023-08-11 @221  static const struct of_device_id esp32_ipc_match[] = {
8c1fb47acdb23c Max Filippov 2023-08-11  222  	{
8c1fb47acdb23c Max Filippov 2023-08-11  223  		.compatible = "esp,esp32-ipc",
8c1fb47acdb23c Max Filippov 2023-08-11  224  	}, {},
8c1fb47acdb23c Max Filippov 2023-08-11  225  };
8c1fb47acdb23c Max Filippov 2023-08-11  226  MODULE_DEVICE_TABLE(of, esp32_ipc_match);
8c1fb47acdb23c Max Filippov 2023-08-11  227  

:::::: The code at line 221 was first introduced by commit
:::::: 8c1fb47acdb23c156acdf7b6f286db404d2c508f misc/esp32-ipc: introduce generic IPC for ESP32

:::::: TO: Max Filippov <jcmvbkbc@gmail.com>
:::::: CC: Max Filippov <jcmvbkbc@gmail.com>

-- 
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:[~2023-08-27  7:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-27  7:29 [jcmvbkbc-xtensa:xtensa-6.5-rc1-esp32wifi 40/48] drivers/misc/esp32-ipc.c:221:34: warning: unused variable 'esp32_ipc_match' 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).