Re: [PATCH 4/8] ACPI: Use GPE reference counting to support sharedGPEs

From: Jin Dongming
Date: Thu Feb 18 2010 - 02:03:57 EST


Hi, Rafael J. Wysocki
> - /* Update enable mask, but don't enable the HW GPE as of yet */
> -
> - status = acpi_ev_enable_gpe(gpe_event_info, FALSE);
I think the above line code should be remained. If it is deleted, the exception
event will be raised on some machine.

Best Regards,
Jin Dongming
> -
> ACPI_DEBUG_PRINT((ACPI_DB_LOAD,
> "Registered GPE method %s as GPE number 0x%.2X\n",
> name, gpe_number));
> - return_ACPI_STATUS(status);
> + return_ACPI_STATUS(AE_OK);
> }
>


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/