* [anolis-intel-cloud:intel-6.6-QAT-Fix-V6.16-ANBZ21972 42/42] drivers/crypto/intel/qat/qat_dh895xcc/adf_drv.c:236:9: error: too many arguments to function 'adf_dev_down'
@ 2025-09-10 17:27 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2025-09-10 17:27 UTC (permalink / raw)
To: aubrey.li; +Cc: oe-kbuild-all
tree: https://gitee.com/anolis/intel-cloud-kernel.git intel-6.6-QAT-Fix-V6.16-ANBZ21972
head: 8cd81475ad413dfb4d25f70a9aad98fa1aafa5bb
commit: edb1fa1295c4fc71f3eb608b8d8ad8987ff219b3 [42/42] crypto: qat - preserve ADF_GENERAL_SEC
config: x86_64-allyesconfig (https://download.01.org/0day-ci/archive/20250911/202509110119.9YRNLBAl-lkp@intel.com/config)
compiler: gcc-14 (Debian 14.2.0-19) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250911/202509110119.9YRNLBAl-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/202509110119.9YRNLBAl-lkp@intel.com/
All errors (new ones prefixed by >>):
drivers/crypto/intel/qat/qat_dh895xcc/adf_drv.c: In function 'adf_shutdown':
>> drivers/crypto/intel/qat/qat_dh895xcc/adf_drv.c:236:9: error: too many arguments to function 'adf_dev_down'
236 | adf_dev_down(accel_dev, false);
| ^~~~~~~~~~~~
In file included from drivers/crypto/intel/qat/qat_dh895xcc/adf_drv.c:17:
drivers/crypto/intel/qat/qat_dh895xcc/../qat_common/adf_common_drv.h:59:5: note: declared here
59 | int adf_dev_down(struct adf_accel_dev *accel_dev);
| ^~~~~~~~~~~~
vim +/adf_dev_down +236 drivers/crypto/intel/qat/qat_dh895xcc/adf_drv.c
7afa232e76ced9 drivers/crypto/qat/qat_dh895xcc/adf_drv.c Tadeusz Struk 2014-06-05 231
796c96cf668553 drivers/crypto/intel/qat/qat_dh895xcc/adf_drv.c Giovanni Cabiddu 2025-07-25 232 static void adf_shutdown(struct pci_dev *pdev)
796c96cf668553 drivers/crypto/intel/qat/qat_dh895xcc/adf_drv.c Giovanni Cabiddu 2025-07-25 233 {
796c96cf668553 drivers/crypto/intel/qat/qat_dh895xcc/adf_drv.c Giovanni Cabiddu 2025-07-25 234 struct adf_accel_dev *accel_dev = adf_devmgr_pci_to_accel_dev(pdev);
796c96cf668553 drivers/crypto/intel/qat/qat_dh895xcc/adf_drv.c Giovanni Cabiddu 2025-07-25 235
796c96cf668553 drivers/crypto/intel/qat/qat_dh895xcc/adf_drv.c Giovanni Cabiddu 2025-07-25 @236 adf_dev_down(accel_dev, false);
796c96cf668553 drivers/crypto/intel/qat/qat_dh895xcc/adf_drv.c Giovanni Cabiddu 2025-07-25 237 }
796c96cf668553 drivers/crypto/intel/qat/qat_dh895xcc/adf_drv.c Giovanni Cabiddu 2025-07-25 238
:::::: The code at line 236 was first introduced by commit
:::::: 796c96cf668553dbb12049738a8f7d83b26092e1 crypto: qat - add shutdown handler to qat_dh895xcc
:::::: TO: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
:::::: CC: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
--
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:[~2025-09-10 17:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-10 17:27 [anolis-intel-cloud:intel-6.6-QAT-Fix-V6.16-ANBZ21972 42/42] drivers/crypto/intel/qat/qat_dh895xcc/adf_drv.c:236:9: error: too many arguments to function 'adf_dev_down' 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.