[PATCH v2 3/5] ACPI / EC: Refine command storm prevention support.

2015-02-05 Thread Lv Zheng
This patch refines EC command storm prevention support. Current command storming code is wrong, when the storming condition is detected, it only flags the condition without doing anything for the current command but performing storming prevention for the follow-up commands. So: 1. The first

[PATCH v2 3/5] ACPI / EC: Refine command storm prevention support.

2015-02-05 Thread Lv Zheng
This patch refines EC command storm prevention support. Current command storming code is wrong, when the storming condition is detected, it only flags the condition without doing anything for the current command but performing storming prevention for the follow-up commands. So: 1. The first