[PATCH v2 06/10] ACPI/EC: Add a warning message to indicate event storms.

2014-07-14 Thread Lv Zheng
This patch splits query handler scheduling into a new seperate function acpi_ec_notify_query_handlers() and adds a warning message in it to indicate a BIOS bug. It is reported that EC event storm can happen in case there is no handler prepared for the event. No functional changes. Reference:

[PATCH v2 06/10] ACPI/EC: Add a warning message to indicate event storms.

2014-07-14 Thread Lv Zheng
This patch splits query handler scheduling into a new seperate function acpi_ec_notify_query_handlers() and adds a warning message in it to indicate a BIOS bug. It is reported that EC event storm can happen in case there is no handler prepared for the event. No functional changes. Reference: