From 9b07d844c37eccc894b0fd671f9c40bcbcc686b7 Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Wed, 8 Jul 2009 13:23:32 +0200 Subject: [PATCH] --- yaml --- r: 161344 b: refs/heads/master c: e681c9dd62fe8fcc5bba28a3ca3f7dc8be940206 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/kernel/power/hibernate.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 14667d4398df..93a2a66e1492 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ac8d513a6801c8636922ccf4f30211810c9a56ce +refs/heads/master: e681c9dd62fe8fcc5bba28a3ca3f7dc8be940206 diff --git a/trunk/kernel/power/hibernate.c b/trunk/kernel/power/hibernate.c index 81d2e7464893..ec8202512b05 100644 --- a/trunk/kernel/power/hibernate.c +++ b/trunk/kernel/power/hibernate.c @@ -460,11 +460,11 @@ int hibernation_platform_enter(void) error = hibernation_ops->prepare(); if (error) - goto Platofrm_finish; + goto Platform_finish; error = disable_nonboot_cpus(); if (error) - goto Platofrm_finish; + goto Platform_finish; local_irq_disable(); sysdev_suspend(PMSG_HIBERNATE); @@ -476,7 +476,7 @@ int hibernation_platform_enter(void) * We don't need to reenable the nonboot CPUs or resume consoles, since * the system is going to be halted anyway. */ - Platofrm_finish: + Platform_finish: hibernation_ops->finish(); dpm_suspend_noirq(PMSG_RESTORE);