mirror of
https://github.com/adulau/aha.git
synced 2025-01-01 13:46:24 +00:00
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 <akpm@linux-foundation.org> Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
parent
6afe1a1fe8
commit
5373fd7257
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue