Message ID | cover.1714762038.git.namcao@linutronix.de (mailing list archive) |
---|---|
Headers | show |
Series | check returned value of pci_hp_add_bridge() | expand |
On Fri, May 03, 2024 at 09:23:18PM +0200, Nam Cao wrote: > ... > Nam Cao (4): > PCI: shpchp: bail out if pci_hp_add_bridge() fails > PCI: pciehp: bail out if pci_hp_add_bridge() fails > PCI: hotplug: document unchecked return value of pci_hp_add_bridge() > PCI: hotplug: remove TODO notes for sgi_hotplug > > drivers/pci/hotplug/TODO | 12 +++++------- > drivers/pci/hotplug/pciehp_pci.c | 9 +++++++-- > drivers/pci/hotplug/shpchp_pci.c | 9 +++++++-- > 3 files changed, 19 insertions(+), 11 deletions(-) I applied the last two (the TODO updates) to pci/hotplug for v6.10, thanks!