All of lore.kernel.org
 help / color / mirror / Atom feed
* [steev:lenovo-x13s-linux-7.0.y 188/192] sound/soc/codecs/lpass-wsa-macro.c:2841:23: error: called object type 'void *' is not a function or function pointer
@ 2026-04-14 16:01 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2026-04-14 16:01 UTC (permalink / raw)
  To: Steev Klimaszewski; +Cc: oe-kbuild-all

tree:   https://github.com/steev/linux lenovo-x13s-linux-7.0.y
head:   577f25eff3014cf94dcfb85d3230d31ca505d3a4
commit: 55b4264d0963dd4cb190b215153faeada3dc0520 [188/192] ASoC: codecs: lpass-wsa-macro: Switch to PM clock framework for runtime PM
config: hexagon-allmodconfig (https://download.01.org/0day-ci/archive/20260415/202604150051.0j4KBwkG-lkp@intel.com/config)
compiler: clang version 17.0.6 (https://github.com/llvm/llvm-project 6009708b4367171ccdbf4b5905cb6a803753fe18)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260415/202604150051.0j4KBwkG-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/202604150051.0j4KBwkG-lkp@intel.com/

All errors (new ones prefixed by >>):

>> sound/soc/codecs/lpass-wsa-macro.c:2841:23: error: called object type 'void *' is not a function or function pointer
    2841 |         return pm_clk_suspend(dev);
         |                ~~~~~~~~~~~~~~^
   sound/soc/codecs/lpass-wsa-macro.c:2850:21: error: called object type 'void *' is not a function or function pointer
    2850 |         ret = pm_clk_resume(dev);
         |               ~~~~~~~~~~~~~^
   2 errors generated.


vim +2841 sound/soc/codecs/lpass-wsa-macro.c

  2833	
  2834	static int wsa_macro_runtime_suspend(struct device *dev)
  2835	{
  2836		struct wsa_macro *wsa = dev_get_drvdata(dev);
  2837	
  2838		regcache_cache_only(wsa->regmap, true);
  2839		regcache_mark_dirty(wsa->regmap);
  2840	
> 2841		return pm_clk_suspend(dev);
  2842	}
  2843	

-- 
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:[~2026-04-14 16:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-14 16:01 [steev:lenovo-x13s-linux-7.0.y 188/192] sound/soc/codecs/lpass-wsa-macro.c:2841:23: error: called object type 'void *' is not a function or function pointer 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.