Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98007
b: refs/heads/master
c: d52c79a
h: refs/heads/master
i:
  98005: 25d5123
  98003: edf1091
  97999: f753fde
v: v3
  • Loading branch information
Bob Moore authored and Len Brown committed Jun 11, 2008
1 parent 88ef084 commit 8097ce5
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 0bda3f2f86e233b00b46d91b07db25dd23ec15bc
refs/heads/master: d52c79ace60a2e2b22455fd195ff4bc8e7afa177
8 changes: 5 additions & 3 deletions trunk/drivers/acpi/hardware/hwsleep.c
Original file line number Diff line number Diff line change
Expand Up @@ -223,15 +223,17 @@ acpi_status acpi_enter_sleep_state_prep(u8 sleep_state)
break;
}

/* Set the system indicators to show the desired sleep state. */

/*
* Set the system indicators to show the desired sleep state.
* _SST is an optional method (return no error if not found)
*/
status = acpi_evaluate_object(NULL, METHOD_NAME__SST, &arg_list, NULL);
if (ACPI_FAILURE(status) && status != AE_NOT_FOUND) {
ACPI_EXCEPTION((AE_INFO, status,
"While executing method _SST"));
}

return_ACPI_STATUS(status);
return_ACPI_STATUS(AE_OK);
}

ACPI_EXPORT_SYMBOL(acpi_enter_sleep_state_prep)
Expand Down

0 comments on commit 8097ce5

Please sign in to comment.