···247247 u32 size;248248 int i;249249250250+ /* Must have extended configuration space */251251+ if (dev->cfg_size < PCIE_CAP_OFFSET + 4)252252+ return;253253+250254 /* Fixup the BAR sizes for fixed BAR devices and make them unmoveable */251255 offset = fixed_bar_cap(dev->bus, dev->devfn);252256 if (!offset || PCI_DEVFN(2, 0) == dev->devfn ||