commit | f6f71f187518477cecc01cd887933b5da19585e6 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rjw@sisk.pl> | Wed Jul 07 23:43:18 2010 +0200 |
committer | Rafael J. Wysocki <rjw@sisk.pl> | Mon Jul 19 02:00:35 2010 +0200 |
tree | d59705a937ca35d241f274a0db772e688ff9191a | |
parent | 82f682514a5df89ffb3890627eebf0897b7a84ec [diff] |
PM / Hibernate: Fix hibernation_platform_enter() The hibernation_platform_enter() function calls dpm_suspend_noirq() instead of dpm_resume_noirq() by mistake. Fix this. Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl> Acked-by: Len Brown <len.brown@intel.com>