Commit 6df01ca8 authored by Patrick Mochel's avatar Patrick Mochel

[Power Mgmt] Fix up call in kernel/power/disk.c to swsusp_suspend().

parent 334584da
......@@ -161,7 +161,7 @@ int pm_suspend_disk(void)
pr_debug("PM: snapshotting memory.\n");
in_suspend = 1;
if ((error = swsusp_save()))
if ((error = swsusp_suspend()))
goto Done;
if (in_suspend) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment