]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
PCI: hotplug: Remove TODO about unused .get_power(), .hardware_test()
authorGuilherme Giacomo Simoes <trintaeoitogc@gmail.com>
Wed, 11 Jun 2025 02:21:23 +0000 (23:21 -0300)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 11 Jun 2025 20:43:22 +0000 (15:43 -0500)
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
drivers/pci/hotplug/TODO

index 92e6e20e85951510a5b24e07b188a1f5ffe2ebc3..7397374af171bc2ac2d3b0c2b6acec57b59def05 100644 (file)
@@ -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: