ACPICA: Fix mutex debug code for wrong loop termination value
authorBob Moore <robert.moore@intel.com>
Tue, 10 Jun 2008 06:30:04 +0000 (14:30 +0800)
committerAndi Kleen <andi@basil.nowhere.org>
Wed, 16 Jul 2008 21:27:04 +0000 (23:27 +0200)
commitb53ce3f7186e2fc561f02085b5021df10d715ce2
tree959078b16b2414f84626df89ed60aa4b00eb9309
parentfd0a43276dc986e186eb27e5755a18e97e07a7eb
ACPICA: Fix mutex debug code for wrong loop termination value

Loop was terminating one iteration early, missing one of the
debugger handshake mutexes. Linn Crosetto.

Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
drivers/acpi/utilities/utmutex.c