[<prev] [next>] [day] [month] [year] [list]
Message-ID: <202310181119.Ws0iO2pZ-lkp@intel.com>
Date: Wed, 18 Oct 2023 11:14:24 +0800
From: kernel test robot <lkp@...el.com>
To: Wyes Karny <wyes.karny@....com>
Cc: oe-kbuild-all@...ts.linux.dev, linux-kernel@...r.kernel.org,
"Rafael J. Wysocki" <rjw@...ysocki.net>,
Mario Limonciello <mario.limonciello@....com>,
Perry Yuan <perry.yuan@....com>
Subject: include/linux/amd-pstate.h:87:27: warning: 'amd_pstate_mode_string'
defined but not used
Hi Wyes,
FYI, the error/warning still remains.
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: 06dc10eae55b5ceabfef287a7e5f16ceea204aa0
commit: 36c5014e5460963ad7766487c0e22a7ff28681fc cpufreq: amd-pstate: optimize driver working mode selection in amd_pstate_param()
date: 9 months ago
config: x86_64-randconfig-002-20231010 (https://download.01.org/0day-ci/archive/20231018/202310181119.Ws0iO2pZ-lkp@intel.com/config)
compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231018/202310181119.Ws0iO2pZ-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@...el.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202310181119.Ws0iO2pZ-lkp@intel.com/
All warnings (new ones prefixed by >>):
In file included from drivers/cpufreq/amd-pstate-ut.c:29:
>> include/linux/amd-pstate.h:87:27: warning: 'amd_pstate_mode_string' defined but not used [-Wunused-const-variable=]
87 | static const char * const amd_pstate_mode_string[] = {
| ^~~~~~~~~~~~~~~~~~~~~~
vim +/amd_pstate_mode_string +87 include/linux/amd-pstate.h
86
> 87 static const char * const amd_pstate_mode_string[] = {
88 [AMD_PSTATE_DISABLE] = "disable",
89 [AMD_PSTATE_PASSIVE] = "passive",
90 [AMD_PSTATE_ACTIVE] = "active",
91 NULL,
92 };
93
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
Powered by blists - more mailing lists