* [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
@ 2024-07-18 13:50 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-07-18 13:50 UTC (permalink / raw)
To: Kevin Hilman; +Cc: llvm, oe-kbuild-all, Vibhore Vardhan, Dhruva Gole
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-07-18 13:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-18 13:50 [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 kernel test robot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox