From: Lin Ming Date: Fri, 8 Aug 2008 03:57:11 +0000 (+0800) Subject: ACPI: replace AE_BAD_ADDRESS exception code with AE_ERROR X-Git-Tag: v2.6.28-rc1~26^2~27^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08237974af22a97da59869979ef1a515524d5cc3;p=pandora-kernel.git ACPI: replace AE_BAD_ADDRESS exception code with AE_ERROR The AE_BAD_ADDRESS exception code is now unused in ACPICA. For linux, it's only used at wmi.c and acer-wmi.c. I checked both wmi.c and acer-wmi.c, the AE_BAD_ADDRESS exception code has no special meaning. The parent functions just call AE_SUCCESS() or AE_FAILURE() to check the return status. So it's safe to replace AE_BAD_ADDRESS with AE_ERROR. Signed-off-by Lin Ming Signed-off-by: Andi Kleen Signed-off-by: Len Brown --- Reading git-diff-tree failed