From: Imre Deak Date: Fri, 24 Oct 2014 17:29:10 +0000 (+0300) Subject: PM / Sleep: fix recovery during resuming from hibernation X-Git-Tag: v3.2.65~79 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdeecb8176e2c86270af8f1aadb70869ac67a745;p=pandora-kernel.git PM / Sleep: fix recovery during resuming from hibernation commit 94fb823fcb4892614f57e59601bb9d4920f24711 upstream. If a device's dev_pm_ops::freeze callback fails during the QUIESCE phase, we don't rollback things correctly calling the thaw and complete callbacks. This could leave some devices in a suspended state in case of an error during resuming from hibernation. Signed-off-by: Imre Deak Signed-off-by: Rafael J. Wysocki Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed