commit | d074ee023fa3a4681b64223c5e636102c39628c4 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rjw@sisk.pl> | Wed Jul 07 23:43:35 2010 +0200 |
committer | Rafael J. Wysocki <rjw@sisk.pl> | Mon Jul 19 02:00:35 2010 +0200 |
tree | 830000adb529463806773d819fe20d76ac0388c5 | |
parent | f6f71f187518477cecc01cd887933b5da19585e6 [diff] |
PM / Hibernate: Fix snapshot error code path There is an inconsistency between hibernation_platform_enter() and hibernation_snapshot(), because the latter calls hibernation_ops->end() after failing hibernation_ops->begin(), while the former doesn't do that. Make hibernation_snapshot() behave in the same way as hibernation_platform_enter() in that respect. Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl> Acked-by: Len Brown <len.brown@intel.com>