Hi Matt, I love your patch! Yet something to improve: [auto build test ERROR on helgaas-pci/next] [also build test ERROR on next-20221121] [cannot apply to helgaas-pci/for-linus linus/master v6.1-rc6] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Matt-Ranostay/PCI-add-4x-lane-support-for-pci-j721e-controllers/20221115-230952 base: https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git next patch link: https://lore.kernel.org/r/20221115150335.501502-6-mranostay%40ti.com patch subject: [PATCH v6 5/5] PCI: j721e: add j784s4 PCIe configuration config: x86_64-allyesconfig compiler: gcc-11 (Debian 11.3.0-8) 11.3.0 reproduce (this is a W=1 build): # https://github.com/intel-lab-lkp/linux/commit/443608747b3bff6043ecd39f406b7d603f89018e git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Matt-Ranostay/PCI-add-4x-lane-support-for-pci-j721e-controllers/20221115-230952 git checkout 443608747b3bff6043ecd39f406b7d603f89018e # save the config file mkdir build_dir && cp config build_dir/.config make W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash drivers/pci/controller/cadence/ drivers/pinctrl/ kernel/ If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot All errors (new ones prefixed by >>): >> drivers/pci/controller/cadence/pci-j721e.c:336:10: error: 'const struct j721e_pcie_data' has no member named 'is_intc_v1' 336 | .is_intc_v1 = true, | ^~~~~~~~~~ vim +336 drivers/pci/controller/cadence/pci-j721e.c 332 333 static const struct j721e_pcie_data j784s4_pcie_rc_data = { 334 .mode = PCI_MODE_RC, 335 .quirk_retrain_flag = true, > 336 .is_intc_v1 = true, 337 .byte_access_allowed = false, 338 .linkdown_irq_regfield = LINK_DOWN, 339 .max_lanes = 4, 340 }; 341 -- 0-DAY CI Kernel Test Service https://01.org/lkp