From: Aaron Lu Date: Tue, 4 Mar 2014 06:24:46 +0000 (+0800) Subject: ACPI / thermal: make acpi_thermal_check asynchronous on resume X-Git-Tag: v3.15-rc1~151^2~9^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a59ffb2062df3a5c346dbed931fa1e587fd0f0f3;p=pandora-kernel.git ACPI / thermal: make acpi_thermal_check asynchronous on resume On resume we do not need to wait for acpi_thermal_check to finish. Instead, we can run it asynchronously and not block the whole system resume. Also, we make sure when we are suspending again, previously queued work for acpi_thermal_check is done. Signed-off-by: Aaron Lu Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed