]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ACPICA: Fix to make _SST method optional
authorBob Moore <robert.moore@intel.com>
Tue, 10 Jun 2008 06:26:57 +0000 (14:26 +0800)
committerLen Brown <len.brown@intel.com>
Wed, 11 Jun 2008 23:13:47 +0000 (19:13 -0400)
commitd52c79ace60a2e2b22455fd195ff4bc8e7afa177
treebc8e8ab4746bde28dfe26fa3d785fed650e7c2fe
parent0bda3f2f86e233b00b46d91b07db25dd23ec15bc
ACPICA: Fix to make _SST method optional

Fixes a problem introduced in 20080514 where the status of
execution of _SST is incorrectly returned to the caller. _SST
is optional, and if it is AE_NOT_FOUND, the exception should be
ignored.

http://www.acpica.org/bugzilla/show_bug.cgi?id=716

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>
drivers/acpi/hardware/hwsleep.c