From a59ffb2062df3a5c346dbed931fa1e587fd0f0f3 Mon Sep 17 00:00:00 2001 From: Aaron Lu Date: Tue, 4 Mar 2014 14:24:46 +0800 Subject: [PATCH] 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-format-patch failed