From: kernel test robot <lkp@intel.com>
To: Kevin Hilman <khilman@baylibre.com>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev,
Vibhore Vardhan <vibhore@ti.com>, Dhruva Gole <d-gole@ti.com>
Subject: [khilman-omap:lpm-v6.10/constraints 9/15] drivers/pmdomain/ti/ti_sci_pm_domains.c:135:26: error: called object type 'void *' is not a function or function pointer
Date: Thu, 18 Jul 2024 21:50:42 +0800 [thread overview]
Message-ID: <202407182123.SoC03BGG-lkp@intel.com> (raw)
tree: https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap.git lpm-v6.10/constraints
head: e2d1fd7e6367d7aa0db506b7d3794eb61553d29c
commit: 7a2a54738aa64954989f42a22bcc087bbc8b3c48 [9/15] pmdomain: ti_sci: add per-device latency constraint management
config: arm64-randconfig-001-20240718 (https://download.01.org/0day-ci/archive/20240718/202407182123.SoC03BGG-lkp@intel.com/config)
compiler: clang version 15.0.7 (https://github.com/llvm/llvm-project 8dfdcc7b7bf66834a761bd8de445840ef68e4d1a)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240718/202407182123.SoC03BGG-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/202407182123.SoC03BGG-lkp@intel.com/
All errors (new ones prefixed by >>):
>> drivers/pmdomain/ti/ti_sci_pm_domains.c:135:26: error: called object type 'void *' is not a function or function pointer
return pm_generic_resume(dev);
~~~~~~~~~~~~~~~~~^
drivers/pmdomain/ti/ti_sci_pm_domains.c:156:27: error: called object type 'void *' is not a function or function pointer
return pm_generic_suspend(dev);
~~~~~~~~~~~~~~~~~~^
drivers/pmdomain/ti/ti_sci_pm_domains.c:175:32: error: called object type 'void *' is not a function or function pointer
return pm_generic_suspend_late(dev);
~~~~~~~~~~~~~~~~~~~~~~~^
3 errors generated.
vim +135 drivers/pmdomain/ti/ti_sci_pm_domains.c
131
132 static int ti_sci_pd_resume(struct device *dev)
133 {
134 ti_sci_pd_clear_constraints(dev);
> 135 return pm_generic_resume(dev);
136 }
137
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
reply other threads:[~2024-07-18 13:51 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=202407182123.SoC03BGG-lkp@intel.com \
--to=lkp@intel.com \
--cc=d-gole@ti.com \
--cc=khilman@baylibre.com \
--cc=llvm@lists.linux.dev \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=vibhore@ti.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox