From: kernel test robot <lkp@intel.com>
To: Kevin Hilman <khilman@baylibre.com>
Cc: oe-kbuild-all@lists.linux.dev, Vibhore Vardhan <vibhore@ti.com>,
Markus Schneider-Pargmann <msp@baylibre.com>,
Ulf Hansson <ulf.hansson@linaro.org>
Subject: [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
Date: Sat, 2 Nov 2024 08:11:55 +0800 [thread overview]
Message-ID: <202411020829.tfeflyn6-lkp@intel.com> (raw)
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
reply other threads:[~2024-11-02 0:12 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=202411020829.tfeflyn6-lkp@intel.com \
--to=lkp@intel.com \
--cc=khilman@baylibre.com \
--cc=msp@baylibre.com \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=ulf.hansson@linaro.org \
--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 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.