On Fri, Sep 02, 2022 at 03:22:02PM +0100, daire.mcnamara@xxxxxxxxxxxxx wrote: > From: Daire McNamara <daire.mcnamara@xxxxxxxxxxxxx> > > PCI ranges can contain addresses where phys.high part can have a type > of 0, signifying 'configuration space'. Change > devm_of_pci_get_host_bridge_resources() to print 'CFG' instead of 'err' > for a PCI range containing such a 'configuration space' type. Generally, putting config space into ranges is wrong. It should be in 'reg' Rob