This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / acpi / sleep / proc.c
index a94d946..666498e 100644 (file)
@@ -70,7 +70,7 @@ acpi_system_write_sleep (
        state = simple_strtoul(str, NULL, 0);
 #ifdef CONFIG_SOFTWARE_SUSPEND
        if (state == 4) {
-               error = software_suspend();
+               software_suspend();
                goto Done;
        }
 #endif