Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5373fd72 authored by Andrew Morton's avatar Andrew Morton Committed by Len Brown
Browse files

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: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 6afe1a1f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;