commit | e96c4b081df0991a57b244f68c3955a9ea00bd0a | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rjw@sisk.pl> | Tue Jul 06 18:28:35 2010 -0400 |
committer | Len Brown <len.brown@intel.com> | Tue Jul 06 18:28:35 2010 -0400 |
tree | eeeb0110bd4ffdf814db88f68ef2a81e45fab55d | |
parent | 815c4163b6c8ebf8152f42b0a5fd015cfdcedc78 [diff] |
ACPI / Sleep: Free NVS copy if suspending of devices fails If suspending of devices fails or system suspend is tested in the "devices" mode, the memory allocated for storing a copy of the ACPI NVS area will not be freed, because acpi_pm_finish() is not called in that case. Fix this by moving the suspend_nvs_free() call to acpi_pm_end(). Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl> Signed-off-by: Len Brown <len.brown@intel.com>