Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161344
b: refs/heads/master
c: e681c9d
h: refs/heads/master
v: v3
  • Loading branch information
Thadeu Lima de Souza Cascardo authored and Rafael J. Wysocki committed Sep 14, 2009
1 parent 15feb69 commit 9b07d84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ac8d513a6801c8636922ccf4f30211810c9a56ce
refs/heads/master: e681c9dd62fe8fcc5bba28a3ca3f7dc8be940206
6 changes: 3 additions & 3 deletions trunk/kernel/power/hibernate.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand All @@ -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);
Expand Down

0 comments on commit 9b07d84

Please sign in to comment.