From: Andrew Morton Date: Thu, 27 Mar 2008 06:00:06 +0000 (-0400) Subject: PM: arch/x86/kernel/apm_32.c: fix build warning X-Git-Tag: v2.6.26-rc1~101^2~1^9~1 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=5373fd72577ffc4689ade0a2a1a885293c32c711;p=linux-block.git PM: arch/x86/kernel/apm_32.c: fix build warning arch/x86/kernel/apm_32.c:1215: warning: label 'out' defined but not used Signed-off-by: Andrew Morton Signed-off-by: Len Brown --- diff --git a/arch/x86/kernel/apm_32.c b/arch/x86/kernel/apm_32.c index d7e92bfb8f66..bc8b57d119a1 100644 --- a/arch/x86/kernel/apm_32.c +++ b/arch/x86/kernel/apm_32.c @@ -1212,7 +1212,6 @@ static int suspend(int vetoable) local_irq_enable(); device_resume(); queue_event(APM_NORMAL_RESUME, NULL); - out: spin_lock(&user_list_lock); for (as = user_list; as != NULL; as = as->next) { as->suspend_wait = 0;