Files
i2som-imx-linux/drivers/base
Colin Cross 46dbb0f590 PM / Sleep: call early resume handlers when suspend_noirq fails
commit 064b021fbe upstream.

Commit cf579dfb82 (PM / Sleep: Introduce
"late suspend" and "early resume" of devices) introduced a bug where
suspend_late handlers would be called, but if dpm_suspend_noirq returned
an error the early_resume handlers would never be called.  All devices
would end up on the dpm_late_early_list, and would never be resumed
again.

Fix it by calling dpm_resume_early when dpm_suspend_noirq returns
an error.

Signed-off-by: Colin Cross <ccross@android.com>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-08-09 08:31:30 -07:00
..
2012-03-09 12:35:53 -08:00
2012-03-14 07:44:11 +01:00