commit | fe955682d2153b35dffcf1673dff0491096a3f0a | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rjw@sisk.pl> | Fri Apr 09 01:40:38 2010 +0200 |
committer | Len Brown <len.brown@intel.com> | Fri May 28 23:36:06 2010 -0400 |
tree | fb2e04c48bb89e19b6b2c274daa817b3cf09bd4e | |
parent | d5a64513c6a171262082c250592c062e97a2c693 [diff] |
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 <rjw@sisk.pl> Signed-off-by: Len Brown <len.brown@intel.com>