commit | 64cdb4181d87900c6560f8c72d02c7ccf75c9070 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Fri Jan 10 15:27:56 2014 +0100 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Tue Jan 14 12:14:25 2014 -0700 |
tree | 7e534d6ee7d7a817024f50f60c85ee72e260d60f | |
parent | 8b9ec1da6a310b438516468c669a7e1be046b18c [diff] |
MPT / PCI: Use pci_stop_and_remove_bus_device_locked() Race conditions are theoretically possible between the MPT PCI device removal and the generic PCI bus rescan and device removal that can be triggered via sysfs. To avoid those race conditions make the MPT PCI code use pci_stop_and_remove_bus_device_locked(). Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>