From: Rafael J. Wysocki Date: Tue, 22 Jul 2014 23:01:41 +0000 (+0200) Subject: ACPI / PM: Use ACPI_COMPANION() instead of ACPI_HANDLE() X-Git-Tag: omap-for-v3.17/fixes-against-rc2~142^2~11^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17653a3e098dc20ae1db7459344a81c386625696;p=pandora-kernel.git ACPI / PM: Use ACPI_COMPANION() instead of ACPI_HANDLE() The ACPI_HANDLE() macro evaluates ACPI_COMPANION() internally to return the handle of the device's ACPI companion, so it is much more straightforward and efficient to use ACPI_COMPANION() directly to obtain the device's ACPI companion object instead of using ACPI_HANDLE() and acpi_bus_get_device() on the returned handle for the same thing. Do that in three places in the ACPI device PM code. Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed