aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/acpi/device_pm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/acpi/device_pm.c b/drivers/acpi/device_pm.c
index 824ae985ad93..5b50f884712c 100644
--- a/drivers/acpi/device_pm.c
+++ b/drivers/acpi/device_pm.c
@@ -728,6 +728,9 @@ static int __acpi_device_wakeup_enable(struct acpi_device *adev,
728 goto out; 728 goto out;
729 } 729 }
730 730
731 acpi_handle_debug(adev->handle, "GPE%2X enabled for wakeup\n",
732 (unsigned int)wakeup->gpe_number);
733
731inc: 734inc:
732 wakeup->enable_count++; 735 wakeup->enable_count++;
733 736