| Date | Wed, 6 Jul 2005 10:12:34 +0200 | From | Pavel Machek <> | Subject | Re: [PATCH] [1/48] Suspend2 2.1.9.8 for 2.6.12: submit_intro |
| |
On St 06-07-05 12:20:39, Nigel Cunningham wrote: > diff -ruNp 300-reboot-handler-hook.patch-old/kernel/sys.c 300-reboot-handler-hook.patch-new/kernel/sys.c > --- 300-reboot-handler-hook.patch-old/kernel/sys.c 2005-06-20 11:47:32.000000000 +1000 > +++ 300-reboot-handler-hook.patch-new/kernel/sys.c 2005-07-04 23:14:18.000000000 +1000 > @@ -436,12 +436,12 @@ asmlinkage long sys_reboot(int magic1, i > machine_restart(buffer); > break; > > -#ifdef CONFIG_SOFTWARE_SUSPEND > +#ifdef CONFIG_SUSPEND2 > case LINUX_REBOOT_CMD_SW_SUSPEND: > { > - int ret = software_suspend(); > + suspend2_try_suspend(); > unlock_kernel(); > - return ret; > + return 0; > } > #endif
It would be nice to return meaningfull error code when something fails...
Pavel -- teflon -- maybe it is a trademark, but it should not be. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|