summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/TODO
diff options
context:
space:
mode:
authorIan Cowan <ian@linux.cowan.aero>2022-11-12 09:28:57 -0500
committerBjorn Helgaas <bhelgaas@google.com>2022-11-22 14:09:51 -0600
commit9676f40618df9f8e1ab681486021d6c0df86c5fa (patch)
tree3d8a95f7973d869b957c5058a037af4b3a02b631 /drivers/pci/hotplug/TODO
parentc63a3be76df678b173c59f1d5dc19a21b2d1c753 (diff)
downloadlinux-9676f40618df9f8e1ab681486021d6c0df86c5fa.tar.gz
linux-9676f40618df9f8e1ab681486021d6c0df86c5fa.tar.bz2
linux-9676f40618df9f8e1ab681486021d6c0df86c5fa.zip
PCI: shpchp: Remove unused get_mode1_ECC_cap callback
The ->get_mode1_ECC_cap callback in the shpchp_hpc_ops struct is never called, so remove it. [bhelgaas: squash] Link: https://lore.kernel.org/r/20221112142859.319733-2-ian@linux.cowan.aero Link: https://lore.kernel.org/r/20221112142859.319733-3-ian@linux.cowan.aero Link: https://lore.kernel.org/r/20221112142859.319733-4-ian@linux.cowan.aero Signed-off-by: Ian Cowan <ian@linux.cowan.aero> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/pci/hotplug/TODO')
-rw-r--r--drivers/pci/hotplug/TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/pci/hotplug/TODO b/drivers/pci/hotplug/TODO
index 88f217c82b4f..fdb8dd6ea24d 100644
--- a/drivers/pci/hotplug/TODO
+++ b/drivers/pci/hotplug/TODO
@@ -58,9 +58,6 @@ shpchp:
pciehp with commit 82a9e79ef132 ("PCI: pciehp: remove hpc_ops"). Clarify
if there was a specific reason not to apply the same change to shpchp.
-* The ->get_mode1_ECC_cap callback in shpchp_hpc_ops is never invoked.
- Why was it introduced? Can it be removed?
-
* The hardirq handler shpc_isr() queues events on a workqueue. It can be
simplified by converting it to threaded IRQ handling. Use pciehp as a
template.