* [linux-next:master 7690/8858] drivers/pmdomain/ti/ti_sci_pm_domains.c:110:26: error: called object type 'void *' is not a function or function pointer
@ 2024-11-02 0:11 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-11-02 0:11 UTC (permalink / raw)
To: Kevin Hilman
Cc: oe-kbuild-all, Vibhore Vardhan, Markus Schneider-Pargmann,
Ulf Hansson
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head: c88416ba074a8913cf6d61b789dd834bbca6681c
commit: 7c2c8d2651b5ffaffb2d5f723bd5b0493bd66f36 [7690/8858] pmdomain: ti_sci: add per-device latency constraint management
config: arm64-randconfig-r071-20241102 (https://download.01.org/0day-ci/archive/20241102/202411020829.tfeflyn6-lkp@intel.com/config)
compiler: clang version 20.0.0git (https://github.com/llvm/llvm-project 639a7ac648f1e50ccd2556e17d401c04f9cce625)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20241102/202411020829.tfeflyn6-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/202411020829.tfeflyn6-lkp@intel.com/
All errors (new ones prefixed by >>):
>> drivers/pmdomain/ti/ti_sci_pm_domains.c:110:26: error: called object type 'void *' is not a function or function pointer
110 | ret = pm_generic_suspend(dev);
| ~~~~~~~~~~~~~~~~~~^
1 error generated.
vim +110 drivers/pmdomain/ti/ti_sci_pm_domains.c
104
105 static int ti_sci_pd_suspend(struct device *dev)
106 {
107 int ret;
108 s32 val;
109
> 110 ret = pm_generic_suspend(dev);
111 if (ret)
112 return ret;
113
114 val = dev_pm_qos_read_value(dev, DEV_PM_QOS_RESUME_LATENCY);
115 if (ti_sci_pd_is_valid_constraint(val))
116 ti_sci_pd_set_lat_constraint(dev, val);
117
118 return 0;
119 }
120
--
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-11-02 0:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-02 0:11 [linux-next:master 7690/8858] drivers/pmdomain/ti/ti_sci_pm_domains.c:110:26: 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.