All of lore.kernel.org
 help / color / mirror / Atom feed
* [pci:pci/host-request-windows 19/22] drivers/pci/host/pcie-altera.c:435:44: error: 'res' undeclared
@ 2016-06-01  3:18 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2016-06-01  3:18 UTC (permalink / raw)
  Cc: kbuild-all, linux-pci, Bjorn Helgaas

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git pci/host-request-windows
head:   70a679241fb29ffa862efeb111309798458e43f9
commit: 4327c4afe7822fa694329224e89d4d82aa87ee52 [19/22] PCI: altera: Request host bridge window resources with core function
config: arm-allmodconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (Debian 5.3.1-8) 5.3.1 20160205
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 4327c4afe7822fa694329224e89d4d82aa87ee52
        # save the attached .config to linux build tree
        make.cross ARCH=arm 

Note: the pci/pci/host-request-windows HEAD 70a679241fb29ffa862efeb111309798458e43f9 builds fine.
      It only hurts bisectibility.

All errors (new ones prefixed by >>):


vim +/res +435 drivers/pci/host/pcie-altera.c

   429	
   430		err = of_pci_get_host_bridge_resources(np, 0, 0xff, &pcie->resources,
   431						       NULL);
   432		if (err)
   433			return err;
   434	
 > 435		err = devm_request_pci_bus_resources(dev, res);
   436		if (err)
   437			goto out_release_res;
   438	

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

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 57596 bytes --]

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

only message in thread, other threads:[~2016-06-01  3:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-01  3:18 [pci:pci/host-request-windows 19/22] drivers/pci/host/pcie-altera.c:435:44: error: 'res' 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.