From: Bob Moore Date: Wed, 9 Jul 2014 00:25:45 +0000 (+0800) Subject: ACPICA: Fix a regression for deletion of Alias() objects. X-Git-Tag: omap-for-v3.17/fixes-against-rc2~142^2~15^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7817e265233e4b216aad509fc003cf4face238b9;p=pandora-kernel.git ACPICA: Fix a regression for deletion of Alias() objects. Fixes a regression introduced by commit e23d9b829754 (ACPICA: Namespace: Properly null terminate objects detached from a namespace node) In the case of Alias namespace nodes, the node simply points to the aliased node via the Object field; thus we cannot assume that the object is an operand object. Fixes: e23d9b829754 (ACPICA: Namespace: Properly null terminate objects detached from a namespace node) Signed-off-by: Bob Moore Signed-off-by: Lv Zheng Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed