Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71606
b: refs/heads/master
c: 6cffd46
h: refs/heads/master
v: v3
  • Loading branch information
Rafael J. Wysocki authored and Len Brown committed Oct 10, 2007
1 parent f5527c2 commit 1af0558
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 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: 8a0bb7362587807fec985f72fb0317aa8ed24835
refs/heads/master: 6cffd46651b881a11791a7ef4d99f2f20853fcd9
10 changes: 3 additions & 7 deletions trunk/drivers/acpi/hardware/hwsleep.c
Original file line number Diff line number Diff line change
Expand Up @@ -234,15 +234,11 @@ acpi_status acpi_enter_sleep_state_prep(u8 sleep_state)
"While executing method _SST"));
}

/*
* 1) Disable/Clear all GPEs
*/
/* Disable/Clear all GPEs */

status = acpi_hw_disable_all_gpes();
if (ACPI_FAILURE(status)) {
return_ACPI_STATUS(status);
}

return_ACPI_STATUS(AE_OK);
return_ACPI_STATUS(status);
}

ACPI_EXPORT_SYMBOL(acpi_enter_sleep_state_prep)
Expand Down

0 comments on commit 1af0558

Please sign in to comment.