Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232028
b: refs/heads/master
c: d551d81
h: refs/heads/master
v: v3
  • Loading branch information
Rafael J. Wysocki authored and Linus Torvalds committed Jan 21, 2011
1 parent e89ecea commit b254a6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 2d6d9fd3a54a28c6f67f26eb6c74803307a1b11e
refs/heads/master: d551d81d6a720542873f478def60baab6b5df403
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/sleep.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ static void acpi_pm_finish(void)
u32 acpi_state = acpi_target_sleep_state;

acpi_ec_unblock_transactions();
suspend_nvs_free();

if (acpi_state == ACPI_STATE_S0)
return;
Expand All @@ -186,7 +187,6 @@ static void acpi_pm_finish(void)
*/
static void acpi_pm_end(void)
{
suspend_nvs_free();
/*
* This is necessary in case acpi_pm_finish() is not called during a
* failing transition to a sleep state.
Expand Down

0 comments on commit b254a6b

Please sign in to comment.