All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Steev Klimaszewski <threeway@gmail.com>
Cc: oe-kbuild-all@lists.linux.dev
Subject: [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
Date: Wed, 15 Apr 2026 00:01:41 +0800	[thread overview]
Message-ID: <202604150051.0j4KBwkG-lkp@intel.com> (raw)

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

                 reply	other threads:[~2026-04-14 16:01 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202604150051.0j4KBwkG-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=threeway@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.