aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci
diff options
context:
space:
mode:
authorGravatar Nam Cao <namcao@linutronix.de> 2024-05-03 21:23:22 +0200
committerGravatar Bjorn Helgaas <bhelgaas@google.com> 2024-05-03 16:26:50 -0500
commitb023c1c97f8a84f3ee5502cee2a7b62bc3f447a8 (patch)
tree219e27e8f0bc8a390e30b15891897321461f47de /drivers/pci
parentPCI: hotplug: Document unchecked return value of pci_hp_add_bridge() (diff)
downloadlinux-b023c1c97f8a84f3ee5502cee2a7b62bc3f447a8.tar.gz
linux-b023c1c97f8a84f3ee5502cee2a7b62bc3f447a8.tar.bz2
linux-b023c1c97f8a84f3ee5502cee2a7b62bc3f447a8.zip
PCI: hotplug: Remove obsolete sgi_hotplug TODO notes
Commit c7532b601e77 ("PCI/hotplug: remove the sgi_hotplug driver") deleted the driver. Remove the remaining TODO notes as well. Link: https://lore.kernel.org/r/26784ee39fbb3fbd0fe96508158d74419018e6ad.1714762038.git.namcao@linutronix.de Signed-off-by: Nam Cao <namcao@linutronix.de> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/pci')
-rw-r--r--drivers/pci/hotplug/TODO8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/pci/hotplug/TODO b/drivers/pci/hotplug/TODO
index f0a1746c3c88..9d428b0ea524 100644
--- a/drivers/pci/hotplug/TODO
+++ b/drivers/pci/hotplug/TODO
@@ -49,14 +49,6 @@ ibmphp:
* Returned code from pci_hp_add_bridge() is not checked.
-sgi_hotplug:
-
-* Several functions access the pci_slot member in struct hotplug_slot even
- though pci_hotplug.h declares it private. See sn_hp_destroy() for an
- example. Either the pci_slot member should no longer be declared private
- or sgi_hotplug should store a pointer to it in struct slot. Probably the
- former.
-
shpchp:
* There is only a single implementation of struct hpc_ops. Can the struct be