diff options
Diffstat (limited to 'drivers/pci')
-rw-r--r-- | drivers/pci/hotplug/acpiphp_glue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/acpiphp_glue.c b/drivers/pci/hotplug/acpiphp_glue.c index fdc34b599e7b..806c44fa645a 100644 --- a/drivers/pci/hotplug/acpiphp_glue.c +++ b/drivers/pci/hotplug/acpiphp_glue.c | |||
@@ -910,7 +910,7 @@ static int disable_device(struct acpiphp_slot *slot) | |||
910 | disable_bridges(pdev->subordinate); | 910 | disable_bridges(pdev->subordinate); |
911 | pci_disable_device(pdev); | 911 | pci_disable_device(pdev); |
912 | } | 912 | } |
913 | pci_stop_and_remove_bus_device(pdev); | 913 | __pci_remove_bus_device(pdev); |
914 | pci_dev_put(pdev); | 914 | pci_dev_put(pdev); |
915 | } | 915 | } |
916 | } | 916 | } |