All of lore.kernel.org
 help / color / mirror / Atom feed
* [bytedance:5.15-velinux 0/1] drivers/platform/x86/intel/speed_select_if/isst_tpmi.c:44:12: warning: 'intel_sst_resume' defined but not used
@ 2025-05-08 21:10 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2025-05-08 21:10 UTC (permalink / raw)
  To: jason.zeng, lin.x.wang, pei.p.jia; +Cc: oe-kbuild-all

tree:   https://github.com/bytedance/kernel.git 5.15-velinux
head:   de277dab626c9ece4c9cf99ec9c56f23b298a042
commit: 902c899032bf3bf1fb28881ab102b0a3e10103a6 [0/1] platform/x86: ISST: Add suspend/resume callbacks
config: x86_64-buildonly-randconfig-001-20250509 (https://download.01.org/0day-ci/archive/20250509/202505090558.To0kUnGU-lkp@intel.com/config)
compiler: gcc-11 (Debian 11.3.0-12) 11.3.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250509/202505090558.To0kUnGU-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/202505090558.To0kUnGU-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> drivers/platform/x86/intel/speed_select_if/isst_tpmi.c:44:12: warning: 'intel_sst_resume' defined but not used [-Wunused-function]
      44 | static int intel_sst_resume(struct device *dev)
         |            ^~~~~~~~~~~~~~~~
>> drivers/platform/x86/intel/speed_select_if/isst_tpmi.c:37:12: warning: 'intel_sst_suspend' defined but not used [-Wunused-function]
      37 | static int intel_sst_suspend(struct device *dev)
         |            ^~~~~~~~~~~~~~~~~


vim +/intel_sst_resume +44 drivers/platform/x86/intel/speed_select_if/isst_tpmi.c

    36	
  > 37	static int intel_sst_suspend(struct device *dev)
    38	{
    39		tpmi_sst_dev_suspend(to_auxiliary_dev(dev));
    40	
    41		return 0;
    42	}
    43	
  > 44	static int intel_sst_resume(struct device *dev)
    45	{
    46		tpmi_sst_dev_resume(to_auxiliary_dev(dev));
    47	
    48		return 0;
    49	}
    50	

-- 
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-05-08 21:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-08 21:10 [bytedance:5.15-velinux 0/1] drivers/platform/x86/intel/speed_select_if/isst_tpmi.c:44:12: warning: 'intel_sst_resume' 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.