commit | 4dc3082dc1dd1415177d71f15d4b19bebb1365c0 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Tue Feb 04 00:38:52 2014 +0100 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Wed Feb 05 17:40:34 2014 +0100 |
tree | 263be780eed03e3f933c0ec0f1ed4017f3d507fe | |
parent | 146fc68a4bdd78e49d56f1530f6b8072034cf3ef [diff] |
ACPI / hotplug / PCI: Drop acpiphp_bus_trim() If trim_stale_devices() calls acpi_bus_trim() directly, we can save a potentially costly acpi_bus_get_device() invocation. After making that change acpiphp_bus_trim() would only be called from one place, so move the code from it to that place and drop it. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Tested-by: Mika Westerberg <mika.westerberg@linux.intel.com>