* [opencloudos:linux-5.4/lts/5.4.119-20.0009.phytium 26/41] drivers/char/ipmi/bt_bmc_phytium.c:87:35: warning: 'bt_regmap_cfg' defined but not used
@ 2024-02-24 8:18 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-02-24 8:18 UTC (permalink / raw)
To: jasperwang, kaixuxia, frankjpliu, kasong, sagazchen, kernelxing,
aurelianliu, jason.zeng, wu.zheng, yingbao.jia, pei.p.jia
Cc: oe-kbuild-all
tree: https://gitee.com/OpenCloudOS/OpenCloudOS-Kernel.git linux-5.4/lts/5.4.119-20.0009.phytium
head: 974a90e098c75ef0e62d4bbbde4535368a61f98b
commit: c05d916e6495c70327120617381acf6877e43cf5 [26/41] Add Phytium BT BMC driver support
config: arm64-allmodconfig (https://download.01.org/0day-ci/archive/20240224/202402241634.pFVmMEgi-lkp@intel.com/config)
compiler: aarch64-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240224/202402241634.pFVmMEgi-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/202402241634.pFVmMEgi-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> drivers/char/ipmi/bt_bmc_phytium.c:87:35: warning: 'bt_regmap_cfg' defined but not used [-Wunused-const-variable=]
87 | static const struct regmap_config bt_regmap_cfg = {
| ^~~~~~~~~~~~~
vim +/bt_regmap_cfg +87 drivers/char/ipmi/bt_bmc_phytium.c
86
> 87 static const struct regmap_config bt_regmap_cfg = {
88 .reg_bits = 32,
89 .val_bits = 32,
90 .reg_stride = 4,
91 };
92
--
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:[~2024-02-24 8:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-24 8:18 [opencloudos:linux-5.4/lts/5.4.119-20.0009.phytium 26/41] drivers/char/ipmi/bt_bmc_phytium.c:87:35: warning: 'bt_regmap_cfg' defined but not used 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.