| commit | d30dc9abb4aacfd4df3f486f22bcbc0531b73283 | [log] [tgz] |
|---|---|---|
| author | Alexey Starikovskiy <astarikovskiy@suse.de> | Sun Sep 30 22:39:36 2007 +0400 |
| committer | Len Brown <len.brown@intel.com> | Wed Oct 10 01:00:26 2007 -0400 |
| tree | cb2d69e1b5fc00ad7a6691f362e814ddd6af61fa | |
| parent | bbf25010f1a6b761914430f5fca081ec8c7accd1 [diff] |
ACPICA: hw: remove use_lock flag from acpi_hw_register_{read, write}
use_lock flag is used once for acpi_hw_register_read, and never for
acpi_hw_register_write. It will greatly simplify understanding of
locking if we just drop this use_lock altogether, and wrap the only call
to ..._read in lock/unlock.
Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de>
Signed-off-by: Len Brown <len.brown@intel.com>