]> git.karo-electronics.de Git - linux-beck.git/commit
ACPI / hotplug / PCI: Drop acpiphp_bus_trim()
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 3 Feb 2014 23:38:52 +0000 (00:38 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 5 Feb 2014 16:40:34 +0000 (17:40 +0100)
commit4dc3082dc1dd1415177d71f15d4b19bebb1365c0
tree263be780eed03e3f933c0ec0f1ed4017f3d507fe
parent146fc68a4bdd78e49d56f1530f6b8072034cf3ef
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>
drivers/pci/hotplug/acpiphp_glue.c