From: Josh Cartwright Date: Fri, 14 Feb 2014 04:00:43 +0000 (-0600) Subject: ACPI / platform: drop redundant ACPI_HANDLE check X-Git-Tag: v3.15-rc1~140^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9383f4c6b66256c039c65ddc141f0caeeae51847;p=pandora-kernel.git ACPI / platform: drop redundant ACPI_HANDLE check The acpi_dev_pm_attach/_detach functions perform their own checks to ensure the device has an ACPI companion. It is not necessary for the caller to do so. This mirrors what other busses with ACPI dev PM support do (i2c, spi, sdio). Cc: Len Brown Acked-by: Rafael J. Wysocki Signed-off-by: Josh Cartwright Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed