linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [pci:pci/pm-2 13/15] drivers/xen/platform-pci.c:172:20: error: initialization from incompatible pointer type
@ 2019-11-02  4:29 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2019-11-02  4:29 UTC (permalink / raw)
  To: Bjorn Helgaas; +Cc: kbuild-all, linux-pci

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git pci/pm-2
head:   c0f8be2112be6e3b6fd6f57aae094c8c9ebdbf7f
commit: b919d7498411559be7d9f8c2de0b7fe24ae32208 [13/15] xen-platform: Convert to generic power management
config: x86_64-allmodconfig (attached as .config)
compiler: gcc-7 (Debian 7.4.0-14) 7.4.0
reproduce:
        git checkout b919d7498411559be7d9f8c2de0b7fe24ae32208
        # save the attached .config to linux build tree
        make ARCH=x86_64 

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

All errors (new ones prefixed by >>):

>> drivers/xen/platform-pci.c:172:20: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types]
     .resume_noirq =   platform_pci_resume,
                       ^~~~~~~~~~~~~~~~~~~
   drivers/xen/platform-pci.c:172:20: note: (near initialization for 'platform_pm_ops.resume_noirq')
   cc1: some warnings being treated as errors

vim +172 drivers/xen/platform-pci.c

   170	
   171	static struct dev_pm_ops platform_pm_ops = {
 > 172		.resume_noirq =   platform_pci_resume,
   173	};
   174	

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-11-02  4:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-02  4:29 [pci:pci/pm-2 13/15] drivers/xen/platform-pci.c:172:20: error: initialization from incompatible pointer type kbuild test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).