Messages in this thread |  | | | Date | Thu, 18 Feb 2010 16:05:07 +0900 | | From | Jin Dongming <> | | Subject | Re: [PATCH 4/8] ACPI: Use GPE reference counting to support shared GPEs |
| |
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); > } >
|  |