PCI: aardvark: Comment actions in driver remove method
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2066898 Upstream Status: a4ca7948e1d47275f8f3e5023243440c40561916 commit a4ca7948e1d47275f8f3e5023243440c40561916 Author: Pali Rohár <pali@kernel.org> Date: Tue Nov 30 18:29:07 2021 +0100 PCI: aardvark: Comment actions in driver remove method Add two more comments into the advk_pcie_remove() method. Link: https://lore.kernel.org/r/20211130172913.9727-6-kabel@kernel.org Signed-off-by: Pali Rohár <pali@kernel.org> Signed-off-by: Marek Behún <kabel@kernel.org> Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> Signed-off-by: Myron Stowe <mstowe@redhat.com>
This commit is contained in:
parent
bd31109021
commit
672f252859
|
@ -1686,11 +1686,13 @@ static int advk_pcie_remove(struct platform_device *pdev)
|
|||
struct pci_host_bridge *bridge = pci_host_bridge_from_priv(pcie);
|
||||
int i;
|
||||
|
||||
/* Remove PCI bus with all devices */
|
||||
pci_lock_rescan_remove();
|
||||
pci_stop_root_bus(bridge->bus);
|
||||
pci_remove_root_bus(bridge->bus);
|
||||
pci_unlock_rescan_remove();
|
||||
|
||||
/* Remove IRQ domains */
|
||||
advk_pcie_remove_msi_irq_domain(pcie);
|
||||
advk_pcie_remove_irq_domain(pcie);
|
||||
|
||||
|
|
Loading…
Reference in New Issue