[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Remove out: label, to silence warning.
# HG changeset patch # User emellor@xxxxxxxxxxxxxxxxxxxxxx # Node ID 47ba7a4bed45ff5fa62490fb6954f6cd97ade691 # Parent bcccadcc56e5bd460fcffdb4931652ebac928276 Remove out: label, to silence warning. Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx> diff -r bcccadcc56e5 -r 47ba7a4bed45 linux-2.6-xen-sparse/arch/xen/kernel/reboot.c --- a/linux-2.6-xen-sparse/arch/xen/kernel/reboot.c Sun Oct 30 13:00:35 2005 +++ b/linux-2.6-xen-sparse/arch/xen/kernel/reboot.c Sun Oct 30 14:42:02 2005 @@ -317,11 +317,10 @@ shutting_down = SHUTDOWN_INVALID; } - kfree(str); - - out: if (shutting_down != SHUTDOWN_INVALID) schedule_work(&shutdown_work); + + kfree(str); } #ifdef CONFIG_MAGIC_SYSRQ _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |