PM: arch/x86/kernel/apm_32.c: fix build warning
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 27 Mar 2008 06:00:06 +0000 (02:00 -0400)
committerLen Brown <len.brown@intel.com>
Tue, 15 Apr 2008 07:19:44 +0000 (03:19 -0400)
arch/x86/kernel/apm_32.c:1215: warning: label 'out' defined but not used

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Len Brown <len.brown@intel.com>
arch/x86/kernel/apm_32.c

index d7e92bf..bc8b57d 100644 (file)
@@ -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;