Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 128040
b: refs/heads/master
c: c1e3523
h: refs/heads/master
v: v3
  • Loading branch information
Lin Ming authored and Len Brown committed Dec 31, 2008
1 parent cd27691 commit 08719d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: 95d9a7a828aedef965234f348b916caa98be1e6c
refs/heads/master: c1e3523ccbeca312e11557d2a75f90632a2fb5c7
5 changes: 0 additions & 5 deletions trunk/drivers/acpi/sleep/wakeup.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ void acpi_enable_wakeup_device_prep(u8 sleep_state)
{
struct list_head *node, *next;

ACPI_FUNCTION_TRACE("acpi_enable_wakeup_device_prep");

spin_lock(&acpi_device_lock);
list_for_each_safe(node, next, &acpi_wakeup_device_list) {
struct acpi_device *dev = container_of(node,
Expand Down Expand Up @@ -61,7 +59,6 @@ void acpi_enable_wakeup_device(u8 sleep_state)
* Caution: this routine must be invoked when interrupt is disabled
* Refer ACPI2.0: P212
*/
ACPI_FUNCTION_TRACE("acpi_enable_wakeup_device");
spin_lock(&acpi_device_lock);
list_for_each_safe(node, next, &acpi_wakeup_device_list) {
struct acpi_device *dev =
Expand Down Expand Up @@ -103,8 +100,6 @@ void acpi_disable_wakeup_device(u8 sleep_state)
{
struct list_head *node, *next;

ACPI_FUNCTION_TRACE("acpi_disable_wakeup_device");

spin_lock(&acpi_device_lock);
list_for_each_safe(node, next, &acpi_wakeup_device_list) {
struct acpi_device *dev =
Expand Down

0 comments on commit 08719d4

Please sign in to comment.