From: Feng Tang Date: Mon, 22 Oct 2012 23:30:12 +0000 (+0200) Subject: ACPI / EC: Don't count a SCI interrupt as a false one X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~88^2~13^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3cd8d2789c2e265e09377f260e7d2ac9cec81bb;p=pandora-kernel.git 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 Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed