All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: aubrey.li@linux.intel.com
Cc: oe-kbuild-all@lists.linux.dev
Subject: [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'
Date: Thu, 11 Sep 2025 01:27:45 +0800	[thread overview]
Message-ID: <202509110119.9YRNLBAl-lkp@intel.com> (raw)

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

                 reply	other threads:[~2025-09-10 17:28 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=202509110119.9YRNLBAl-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=aubrey.li@linux.intel.com \
    --cc=oe-kbuild-all@lists.linux.dev \
    /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.