diff options
| author | 2025-06-10 23:21:23 -0300 | |
|---|---|---|
| committer | 2025-06-11 15:43:22 -0500 | |
| commit | 38815c43786b899a62bf655d58a58f6d95d04bbf (patch) | |
| tree | 3ecf542d8c8d6bc2c0fe2fe1350f85536147bb80 | |
| parent | Linux 6.16-rc1 (diff) | |
| download | wireguard-linux-38815c43786b899a62bf655d58a58f6d95d04bbf.tar.xz wireguard-linux-38815c43786b899a62bf655d58a58f6d95d04bbf.zip | |
PCI: hotplug: Remove TODO about unused .get_power(), .hardware_test()
Remove TODO note resolved by 8ff4574cf73d ("PCI: cpcihp: Remove unused
.get_power() and .set_power()") and 5b036cada481 ("PCI: cpcihp: Remove
unused struct cpci_hp_controller_ops.hardware_test").
Signed-off-by: Guilherme Giacomo Simoes <trintaeoitogc@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Link: https://patch.msgid.link/20250611022123.201839-1-trintaeoitogc@gmail.com
| -rw-r--r-- | drivers/pci/hotplug/TODO | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/pci/hotplug/TODO b/drivers/pci/hotplug/TODO index 92e6e20e8595..7397374af171 100644 --- a/drivers/pci/hotplug/TODO +++ b/drivers/pci/hotplug/TODO @@ -2,10 +2,6 @@ Contributions are solicited in particular to remedy the following issues: cpcihp: -* There are no implementations of the ->hardware_test, ->get_power and - ->set_power callbacks in struct cpci_hp_controller_ops. Why were they - introduced? Can they be removed from the struct? - * Returned code from pci_hp_add_bridge() is not checked. cpqphp: |
