PCI: Rename pci_remove_behind_bridge to pci_stop_and_remove_behind_bridge
The old pci_remove_behind_bridge actually do stop and remove. Make the name reflect that to reduce confusion. Suggested-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Yinghai Lu <yinghai@kernel.org> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
This commit is contained in:
@@ -108,5 +108,5 @@ void cb_free(struct pcmcia_socket *s)
|
||||
struct pci_dev *bridge = s->cb_dev;
|
||||
|
||||
if (bridge)
|
||||
pci_remove_behind_bridge(bridge);
|
||||
pci_stop_and_remove_behind_bridge(bridge);
|
||||
}
|
||||
|
Reference in New Issue
Block a user