On 11/17/2013 02:58 PM, Rafael J. Wysocki wrote:
On Saturday, November 09, 2013 06:36:13 PM al.stone@linaro.org wrote:
From: Al Stone ahs3@redhat.com
Any changelog? Some people use git logs to check what patches do and that is not particularly clear from the subject.
Argh. Yup. Stupid mistake on my part. I'll fix it.
Besides, this looks like a genuine fix not related directly to HW reduced, in which case why don't you submit it separately?
Fair enough. I'll send this independently.
Signed-off-by: Al Stone al.stone@linaro.org
drivers/acpi/sleep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/acpi/sleep.c b/drivers/acpi/sleep.c index 14df305..721e949 100644 --- a/drivers/acpi/sleep.c +++ b/drivers/acpi/sleep.c @@ -525,7 +525,7 @@ static int acpi_suspend_enter(suspend_state_t pm_state) * generate wakeup events. */ if (ACPI_SUCCESS(status) && (acpi_state == ACPI_STATE_S3)) {
acpi_event_status pwr_btn_status;
acpi_event_status pwr_btn_status = ACPI_EVENT_FLAG_DISABLED;
acpi_get_event_status(ACPI_EVENT_POWER_BUTTON, &pwr_btn_status);