Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Guilherme Giacomo Simoes and committed by
Bjorn Helgaas
38815c43 19272b37

-4
-4
drivers/pci/hotplug/TODO
··· 2 2 3 3 cpcihp: 4 4 5 - * There are no implementations of the ->hardware_test, ->get_power and 6 - ->set_power callbacks in struct cpci_hp_controller_ops. Why were they 7 - introduced? Can they be removed from the struct? 8 - 9 5 * Returned code from pci_hp_add_bridge() is not checked. 10 6 11 7 cpqphp: