commit | 0a140577316268b3263fd169d339188ad1636af3 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Fri Aug 17 10:49:04 2012 -0600 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Wed Aug 22 11:31:20 2012 -0600 |
tree | 35fc228275fde995554bc69a304938bee3303bfb | |
parent | 34e548431a7a2e73121c4a452eb3d1b0659bd77f [diff] |
pcmcia: Use common pci_stop_and_remove_bus_device() Use pci_stop_and_remove_bus_device() like most other hotplug drivers rather than the special-purpose "behind_bridge" variant. This just means we have to iterate through all the devices downstream of the bridge ourselves, which is the same thing pci_stop_behind_bridge() did. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Yinghai Lu <yinghai@kernel.org>