All of lore.kernel.org
 help / color / mirror / Atom feed
* [pci:pci/host-cleanups-wip 94/95] drivers/pci/host/pcie-spear13xx.c:159:20: error: 'pp' undeclared
@ 2016-10-05  9:56 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2016-10-05  9:56 UTC (permalink / raw)
  To: Bjorn Helgaas; +Cc: kbuild-all, linux-pci

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git pci/host-cleanups-wip
head:   ee9b4e4188d1ca0e60edc96ed54acebe8ec19dc9
commit: e1a726e7876575aeb6461d2d8925b174f31f9762 [94/95] PCI: spear: Pass device-specific struct to internal functions
config: arm-allmodconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (Debian 6.1.1-9) 6.1.1 20160705
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout e1a726e7876575aeb6461d2d8925b174f31f9762
        # save the attached .config to linux build tree
        make.cross ARCH=arm 

All errors (new ones prefixed by >>):

   drivers/pci/host/pcie-spear13xx.c: In function 'spear13xx_pcie_enable_interrupts':
>> drivers/pci/host/pcie-spear13xx.c:159:20: error: 'pp' undeclared (first use in this function)
      dw_pcie_msi_init(pp);
                       ^~
   drivers/pci/host/pcie-spear13xx.c:159:20: note: each undeclared identifier is reported only once for each function it appears in

vim +/pp +159 drivers/pci/host/pcie-spear13xx.c

e1a726e7 Bjorn Helgaas  2016-08-31  153  static void spear13xx_pcie_enable_interrupts(struct spear13xx_pcie *spear13xx)
51b66a6c Pratyush Anand 2014-02-11  154  {
8daeb079 Bjorn Helgaas  2016-08-31  155  	struct pcie_app_reg *app_reg = spear13xx->app_base;
51b66a6c Pratyush Anand 2014-02-11  156  
51b66a6c Pratyush Anand 2014-02-11  157  	/* Enable MSI interrupt */
51b66a6c Pratyush Anand 2014-02-11  158  	if (IS_ENABLED(CONFIG_PCI_MSI)) {
51b66a6c Pratyush Anand 2014-02-11 @159  		dw_pcie_msi_init(pp);
51b66a6c Pratyush Anand 2014-02-11  160  		writel(readl(&app_reg->int_mask) |
51b66a6c Pratyush Anand 2014-02-11  161  				MSI_CTRL_INT, &app_reg->int_mask);
51b66a6c Pratyush Anand 2014-02-11  162  	}

:::::: The code at line 159 was first introduced by commit
:::::: 51b66a6ce12570e5ee1a249c811f7f2d74814a43 PCI: spear: Add PCIe driver for ST Microelectronics SPEAr13xx

:::::: TO: Pratyush Anand <pratyush.anand@st.com>
:::::: CC: Viresh Kumar <viresh.kumar@linaro.org>

---
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: 58509 bytes --]

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

only message in thread, other threads:[~2016-10-05  9:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-05  9:56 [pci:pci/host-cleanups-wip 94/95] drivers/pci/host/pcie-spear13xx.c:159:20: error: 'pp' undeclared kbuild 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.