commit | a59ffb2062df3a5c346dbed931fa1e587fd0f0f3 | [log] [tgz] |
---|---|---|
author | Aaron Lu <aaron.lu@intel.com> | Tue Mar 04 14:24:46 2014 +0800 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Wed Mar 05 01:43:44 2014 +0100 |
tree | fe3f973f9a0f85fcdd5e7ce723bd895495453132 | |
parent | 0414855fdc4a40da05221fc6062cccbc0c30f169 [diff] |
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 <aaron.lu@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>