All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [hch-misc:vgaarb-cleanups 3/4] drivers/gpu/drm/i915/display/intel_vga.c:159:2: error: too few arguments to function 'vga_client_register'
Date: Tue, 16 Mar 2021 02:26:14 +0800	[thread overview]
Message-ID: <202103160212.P6bulsAn-lkp@intel.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1629 bytes --]

tree:   git://git.infradead.org/users/hch/misc.git vgaarb-cleanups
head:   06ce75527991e82573f5127a13dd1550c3045c35
commit: c6dc15a5e8f729a599d8becc7b44e55908b9753e [3/4] vgaarb: provide a vga_client_unregister wrapper
config: x86_64-rhel-7.6-kselftests (attached as .config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
        git remote add hch-misc git://git.infradead.org/users/hch/misc.git
        git fetch --no-tags hch-misc vgaarb-cleanups
        git checkout c6dc15a5e8f729a599d8becc7b44e55908b9753e
        # save the attached .config to linux build tree
        make W=1 ARCH=x86_64 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   drivers/gpu/drm/i915/display/intel_vga.c: In function 'intel_vga_unregister':
>> drivers/gpu/drm/i915/display/intel_vga.c:159:2: error: too few arguments to function 'vga_client_register'
     159 |  vga_client_register(i915->drm.pdev);
         |  ^~~~~~~~~~~~~~~~~~~
   In file included from drivers/gpu/drm/i915/display/intel_vga.c:7:
   include/linux/vgaarb.h:124:5: note: declared here
     124 | int vga_client_register(struct pci_dev *pdev, void *cookie,
         |     ^~~~~~~~~~~~~~~~~~~


vim +/vga_client_register +159 drivers/gpu/drm/i915/display/intel_vga.c

   156	
   157	void intel_vga_unregister(struct drm_i915_private *i915)
   158	{
 > 159		vga_client_register(i915->drm.pdev);

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 50665 bytes --]

                 reply	other threads:[~2021-03-15 18:26 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=202103160212.P6bulsAn-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.org \
    /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.