]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ACPICA: Interpreter: Fix Store() when implicit conversion is not possible.
authorBob Moore <robert.moore@intel.com>
Mon, 31 Dec 2012 00:11:45 +0000 (00:11 +0000)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 10 Jan 2013 11:36:22 +0000 (12:36 +0100)
commit3f654bad3257427bea7ba1c4d43a23d99a03622b
tree97231cf216c1c2cab48bd9ffcc768b6226fbf978
parent9cea6249c9154a7d0b322a226261697f947692ad
ACPICA: Interpreter: Fix Store() when implicit conversion is not possible.

For the cases such as a store of a string to an existing package
object, implement the store as a CopyObject().
This is a small departure from the ACPI specification which states
that the control method should be aborted in this case. However,
ASLTS suite depends on this behavior.

Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/exstore.c