On Wednesday, November 20, 2013 03:45:51 PM al.stone@xxxxxxxxxx wrote: > From: Al Stone <ahs3@xxxxxxxxxx> > > Initialize pwr_btn_status as disabled which (a) makes sure it is > in a proper state to start, and (b) cleans up a compiler warning > about an uninitialized variable. > > Signed-off-by: Al Stone <al.stone@xxxxxxxxxx> Queued up for the next ACPI pull request, thanks! > --- > 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); > > -- I speak only for myself. Rafael J. Wysocki, Intel Open Source Technology Center. -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html