Re: [PATCH v7] crypto: qce - Add runtime PM and interconnect bandwidth scaling support

From: kernel test robot

Date: Fri Feb 20 2026 - 09:35:23 EST


Hi,

kernel test robot noticed the following build errors:

[auto build test ERROR on herbert-cryptodev-2.6/master]
[also build test ERROR on herbert-crypto-2.6/master linus/master v6.19 next-20260219]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url: https://github.com/intel-lab-lkp/linux/commits/quic_utiwari-quicinc-com/crypto-qce-Add-runtime-PM-and-interconnect-bandwidth-scaling-support/20260220-153052
base: https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git master
patch link: https://lore.kernel.org/r/20260220072818.2921517-1-quic_utiwari%40quicinc.com
patch subject: [PATCH v7] crypto: qce - Add runtime PM and interconnect bandwidth scaling support
config: s390-allmodconfig (https://download.01.org/0day-ci/archive/20260220/202602202238.PjZ0zYoN-lkp@xxxxxxxxx/config)
compiler: clang version 18.1.8 (https://github.com/llvm/llvm-project 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260220/202602202238.PjZ0zYoN-lkp@xxxxxxxxx/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@xxxxxxxxx>
| Closes: https://lore.kernel.org/oe-kbuild-all/202602202238.PjZ0zYoN-lkp@xxxxxxxxx/

All errors (new ones prefixed by >>):

>> drivers/crypto/qce/core.c:285:23: error: called object type 'void *' is not a function or function pointer
285 | return pm_clk_suspend(dev);
| ~~~~~~~~~~~~~~^
drivers/crypto/qce/core.c:293:21: error: called object type 'void *' is not a function or function pointer
293 | ret = pm_clk_resume(dev);
| ~~~~~~~~~~~~~^
drivers/crypto/qce/core.c:304:16: error: called object type 'void *' is not a function or function pointer
304 | pm_clk_suspend(dev);
| ~~~~~~~~~~~~~~^
3 errors generated.


vim +285 drivers/crypto/qce/core.c

278
279 static int __maybe_unused qce_runtime_suspend(struct device *dev)
280 {
281 struct qce_device *qce = dev_get_drvdata(dev);
282
283 icc_disable(qce->mem_path);
284
> 285 return pm_clk_suspend(dev);
286 }
287

--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki