On Tue, 2019-05-07 at 07:49 -0500, Bjorn Helgaas wrote: > No good reason; I just screwed up. Should be fixed in v5.2 (and marked for > stable): > > https://lore.kernel.org/linux-pci/20190318160718.10925-1-jean-philippe.brucker@arm.com Aha, thanks. And I see 'dwc: Use devm_pci_alloc_host_bridge()' in there too, which was the reason we were staring at it in the first place. That's actually fixing a leak in the error path, not just simplifying it, and might want tagging for stable too if it's realistic that devm_of_pci_get_host_bridge_resources() would ever actually fail.