On Fri, Oct 12, 2018 at 01:16:19AM +0800, kbuild test robot wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git pci/virtualization > head: 71fad47b6941d0922562a1e5e32f57b99f9f2c32 > commit: 601f9f6679157b70a7a4e752baa590bd2af69ffb [1/2] PCI/IOV: Use VF0 cached config space size for other VFs > config: i386-randconfig-x002-201840 (attached as .config) > compiler: gcc-7 (Debian 7.3.0-1) 7.3.0 > reproduce: > git checkout 601f9f6679157b70a7a4e752baa590bd2af69ffb > # save the attached .config to linux build tree > make ARCH=i386 > > All errors (new ones prefixed by >>): > > drivers/pci/probe.c: In function 'pci_cfg_space_size': > >> drivers/pci/probe.c:1460:15: error: 'struct pci_dev' has no member named 'physfn'; did you mean 'is_physfn'? > return dev->physfn->sriov->cfg_size; > ^~~~~~ > is_physfn Sorry, this was my fault. I fixed it.