From: Rafael J. Wysocki Date: Thu, 8 Apr 2010 23:40:38 +0000 (+0200) Subject: ACPI / EC / PM: Fix names of functions that block/unblock EC transactions X-Git-Tag: v2.6.35-rc2~39^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe955682d2153b35dffcf1673dff0491096a3f0a;p=pandora-kernel.git ACPI / EC / PM: Fix names of functions that block/unblock EC transactions The names of the functions used for blocking/unblocking EC transactions during suspend/hibernation suggest that the transactions are suspended and resumed by them, while in fact they are disabled and enabled. Rename the functions (and the flag used by them) to better reflect what they really do. Signed-off-by: Rafael J. Wysocki Signed-off-by: Len Brown --- Reading git-diff-tree failed