All of lore.kernel.org
 help / color / mirror / Atom feed
* [openeuler:OLK-6.6 3124/3124] drivers/ub/ubase/ubase_ubus.c:355:35: warning: unused variable 'ubase_ue_driver'
@ 2025-11-08 19:48 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2025-11-08 19:48 UTC (permalink / raw)
  To: kernel, Fengyan Mu; +Cc: oe-kbuild-all

tree:   https://gitee.com/openeuler/kernel.git OLK-6.6
head:   66984acf4b16f28a2cc0d5d6186b4b6bbfd92e26
commit: 727362c0978ca7ecd007ea2f3fc0f7873a615821 [3124/3124] ub: ubase: Support for ELR and entity reset.
config: arm64-allmodconfig (https://download.01.org/0day-ci/archive/20251109/202511090331.elnR753P-lkp@intel.com/config)
compiler: clang version 19.1.7 (https://github.com/llvm/llvm-project cd708029e0b2869e80abe31ddb175f7c35361f90)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251109/202511090331.elnR753P-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/202511090331.elnR753P-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> drivers/ub/ubase/ubase_ubus.c:355:35: warning: unused variable 'ubase_ue_driver' [-Wunused-const-variable]
     355 | static const struct device_driver ubase_ue_driver = {
         |                                   ^~~~~~~~~~~~~~~
   1 warning generated.


vim +/ubase_ue_driver +355 drivers/ub/ubase/ubase_ubus.c

   354	
 > 355	static const struct device_driver ubase_ue_driver = {
   356		.pm = &ubase_ubus_pm_ops,
   357	};
   358	

-- 
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-11-08 19:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-08 19:48 [openeuler:OLK-6.6 3124/3124] drivers/ub/ubase/ubase_ubus.c:355:35: warning: unused variable 'ubase_ue_driver' 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.