diff options
author | 2012-10-23 01:30:12 +0200 | |
---|---|---|
committer | 2012-11-15 00:15:59 +0100 | |
commit | a3cd8d2789c2e265e09377f260e7d2ac9cec81bb (patch) | |
tree | 14f89e7600131fcfdf7fc3ea3d436b8e51efa09b /drivers/acpi/container.c | |
parent | ACPI / EC: Add more debug info and trivial code cleanup (diff) | |
download | wireguard-linux-a3cd8d2789c2e265e09377f260e7d2ac9cec81bb.tar.xz wireguard-linux-a3cd8d2789c2e265e09377f260e7d2ac9cec81bb.zip |
ACPI / EC: Don't count a SCI interrupt as a false one
Currently when advance_transaction() is called in EC interrupt handler,
if there is nothing driver can do with the interrupt, it will be taken
as a false one.
But this is not always true, as there may be a SCI EC interrupt fired
during normal read/write operation, which should not be counted as a
false one. This patch fixes the problem.
Signed-off-by: Feng Tang <feng.tang@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi/container.c')
0 files changed, 0 insertions, 0 deletions