]> git.baikalelectronics.ru Git - kernel.git/commit
ACPICA: Disallow evaluation of named object types with no value
authorBob Moore <robert.moore@intel.com>
Sat, 27 Sep 2008 02:29:31 +0000 (10:29 +0800)
committerLen Brown <len.brown@intel.com>
Thu, 23 Oct 2008 03:14:43 +0000 (23:14 -0400)
commit41ba862e399f1102b990850b41c89076f290b2e1
tree82d552e04aca32fa590a84bb6fada78adddc19e4
parent709b83d5ad283dc1f37c4113a917e31c5e6e6e9e
ACPICA: Disallow evaluation of named object types with no value

Return AE_TYPE for objects that have no value and therefore
evaluation is undefined: Device, Event, Mutex, Region, Thermal,
and Scope.

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/namespace/nseval.c