Skip to content

Commit

Permalink
PM: arch/x86/kernel/apm_32.c: fix build warning
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andrew Morton authored and Len Brown committed Apr 15, 2008
1 parent 6afe1a1 commit 5373fd7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/x86/kernel/apm_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5373fd7

Please sign in to comment.