From: Alex Chiang Date: Thu, 10 Sep 2009 18:34:09 +0000 (-0600) Subject: PCI Hotplug: convert acpi_pci_detect_ejectable() to take an acpi_handle X-Git-Tag: v2.6.32-rc1~670^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f53866932fd08add06ee2f93ead129949158490;p=pandora-kernel.git PCI Hotplug: convert acpi_pci_detect_ejectable() to take an acpi_handle acpi_pci_detect_ejectable() goes through effort to convert its struct pci_bus arg to an acpi_handle, but every time we use this interface, we already have the handle available. So let's just use the handle instead of converting back and forth. Reviewed-by: Kenji Kaneshige Tested-by: Kenji Kaneshige Signed-off-by: Alex Chiang Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed