commit | b9b8515f34fa182e26ee934c3a83f24e2d8bd846 | [log] [tgz] |
---|---|---|
author | Aaron Lu <aaron.lu@intel.com> | Wed Feb 19 12:16:48 2014 +0800 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Thu Feb 20 21:42:09 2014 +0100 |
tree | de5413f115b9f0fd410a9c78a5010ec06cd9e7e7 | |
parent | 5e2e46e84b6f77d4f8e51d6e33ff8eb0f47288f2 [diff] |
ACPI / fan: do nothing in suspend and poweroff callback We put fans to full speed in acpi_fan_suspend(), but that is only needed in the hibernation case when we are generating hibernation image, so this patch removes that when we are about to suspend or poweroff. References: http://www.spinics.net/lists/linux-acpi/msg48636.html Signed-off-by: Aaron Lu <aaron.lu@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>