]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ACPI / EC / PM: Fix names of functions that block/unblock EC transactions
authorRafael J. Wysocki <rjw@sisk.pl>
Thu, 8 Apr 2010 23:40:38 +0000 (01:40 +0200)
committerLen Brown <len.brown@intel.com>
Sat, 29 May 2010 03:36:06 +0000 (23:36 -0400)
commitfe955682d2153b35dffcf1673dff0491096a3f0a
treefb2e04c48bb89e19b6b2c274daa817b3cf09bd4e
parentd5a64513c6a171262082c250592c062e97a2c693
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>
drivers/acpi/ec.c
drivers/acpi/internal.h
drivers/acpi/sleep.c