All of lore.kernel.org
 help / color / mirror / Atom feed
* [pci:pci/host-rockchip-wip 9/17] drivers/pci/host/pcie-rockchip.c:418:8: error: 'PCIE_CLIENT_ARI_ENABLE' undeclared
@ 2016-09-02 17:48 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2016-09-02 17:48 UTC (permalink / raw)
  To: Bjorn Helgaas; +Cc: kbuild-all, linux-pci

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git pci/host-rockchip-wip
head:   a70ccae5d373979646351256db4576204dbfd1ae
commit: 5d1fe05aee05b768126656dd4e13e3ce7af7e417 [9/17] Simplify the confusing HIWORD_UPDATE scheme.
config: arm-allmodconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (Debian 5.4.0-6) 5.4.0 20160609
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 5d1fe05aee05b768126656dd4e13e3ce7af7e417
        # save the attached .config to linux build tree
        make.cross ARCH=arm 

All errors (new ones prefixed by >>):

   drivers/pci/host/pcie-rockchip.c: In function 'rockchip_pcie_init_port':
>> drivers/pci/host/pcie-rockchip.c:418:8: error: 'PCIE_CLIENT_ARI_ENABLE' undeclared (first use in this function)
           PCIE_CLIENT_ARI_ENABLE |
           ^
   drivers/pci/host/pcie-rockchip.c:418:8: note: each undeclared identifier is reported only once for each function it appears in
>> drivers/pci/host/pcie-rockchip.c:420:8: error: 'PCIE_CLIENT_MODE_RC' undeclared (first use in this function)
           PCIE_CLIENT_MODE_RC |
           ^

vim +/PCIE_CLIENT_ARI_ENABLE +418 drivers/pci/host/pcie-rockchip.c

   412			return err;
   413		}
   414	
   415		rockchip_pcie_write(rockchip,
   416				    PCIE_CLIENT_CONF_ENABLE |
   417				    PCIE_CLIENT_LINK_TRAIN_ENABLE |
 > 418				    PCIE_CLIENT_ARI_ENABLE |
   419				    PCIE_CLIENT_CONF_LANE_NUM(rockchip->lanes) |
 > 420				    PCIE_CLIENT_MODE_RC |
   421				    PCIE_CLIENT_GEN_SEL_2,
   422					PCIE_CLIENT_BASE);
   423	

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

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

only message in thread, other threads:[~2016-09-02 17:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-02 17:48 [pci:pci/host-rockchip-wip 9/17] drivers/pci/host/pcie-rockchip.c:418:8: error: 'PCIE_CLIENT_ARI_ENABLE' 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.