[ACPI] fix acpi_os_wait_sempahore() finite timeout case (AE_TIME warning)
authorYu Luming <luming.yu@intel.com>
Sat, 31 Dec 2005 06:45:00 +0000 (01:45 -0500)
committerLen Brown <len.brown@intel.com>
Tue, 3 Jan 2006 21:27:21 +0000 (16:27 -0500)
commitdacd9b80355525be0e3c519687868410e304ad1c
treef0c897a51437c0e9b7d8d80874dd6a63f14b83f0
parent88026842b0a760145aa71d69e74fbc9ec118ca44
[ACPI] fix acpi_os_wait_sempahore() finite timeout case (AE_TIME warning)

Before this fix, the finite timeout case
behaved like the no-timeout (trylock) case.

http://bugzilla.kernel.org/show_bug.cgi?id=4588

Signed-off-by: Luming Yu <luming.yu@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/osl.c