llvm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [jcmvbkbc-xtensa:xtensa-6.5-rc1-esp32wifi 25/48] drivers/net/wireless/espressif/esp_shmem.c:474:34: warning: unused variable 'esp_wifi_shmem_match'
@ 2023-08-27  6:06 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-08-27  6:06 UTC (permalink / raw)
  To: Max Filippov; +Cc: llvm, oe-kbuild-all

Hi Max,

FYI, the error/warning still remains.

tree:   https://github.com/jcmvbkbc/linux-xtensa xtensa-6.5-rc1-esp32wifi
head:   37fd9d9c4f957906efc14a9849942100af4f99e2
commit: a35d9035c4d7eacb28bc465097fbbee739fe81fa [25/48] esp_wifi: add shmem transport
config: i386-randconfig-r003-20230827 (https://download.01.org/0day-ci/archive/20230827/202308271454.lm4aYA7S-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/202308271454.lm4aYA7S-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/202308271454.lm4aYA7S-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> drivers/net/wireless/espressif/esp_shmem.c:474:34: warning: unused variable 'esp_wifi_shmem_match' [-Wunused-const-variable]
   static const struct of_device_id esp_wifi_shmem_match[] = {
                                    ^
   1 warning generated.


vim +/esp_wifi_shmem_match +474 drivers/net/wireless/espressif/esp_shmem.c

   473	
 > 474	static const struct of_device_id esp_wifi_shmem_match[] = {
   475		{
   476			.compatible = "esp,esp-wifi-shmem",
   477		}, {},
   478	};
   479	MODULE_DEVICE_TABLE(of, esp_wifi_shmem_match);
   480	

-- 
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  6:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-27  6:06 [jcmvbkbc-xtensa:xtensa-6.5-rc1-esp32wifi 25/48] drivers/net/wireless/espressif/esp_shmem.c:474:34: warning: unused variable 'esp_wifi_shmem_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).