]> rtime.felk.cvut.cz Git - lisovros/linux_canprio.git/commit
PM / Hibernate: Fix snapshot error code path
authorRafael J. Wysocki <rjw@sisk.pl>
Wed, 7 Jul 2010 21:43:35 +0000 (23:43 +0200)
committerRafael J. Wysocki <rjw@sisk.pl>
Mon, 19 Jul 2010 00:00:35 +0000 (02:00 +0200)
commitd074ee023fa3a4681b64223c5e636102c39628c4
tree830000adb529463806773d819fe20d76ac0388c5
parentf6f71f187518477cecc01cd887933b5da19585e6
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>
kernel/power/hibernate.c