From: Bob Moore Date: Mon, 31 Dec 2012 00:11:45 +0000 (+0000) Subject: ACPICA: Interpreter: Fix Store() when implicit conversion is not possible. X-Git-Tag: v3.9-rc1~146^2~11^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f654bad3257427bea7ba1c4d43a23d99a03622b;p=pandora-kernel.git 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 Signed-off-by: Lv Zheng Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed