diff options
author | Lin Ming <ming.m.lin@intel.com> | 2008-08-08 05:57:11 +0200 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-10-22 23:56:40 +0200 |
commit | 08237974af22a97da59869979ef1a515524d5cc3 (patch) | |
tree | 1d0ac70ff4fa3bcb6852020fe24c554ae79e2cf5 /drivers/firmware | |
parent | ACPI: Add expand acpi.debug_layer in kernel-parameters.txt (diff) | |
download | linux-08237974af22a97da59869979ef1a515524d5cc3.tar.xz linux-08237974af22a97da59869979ef1a515524d5cc3.zip |
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 <ming.m.lin@intel.com>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/firmware')
0 files changed, 0 insertions, 0 deletions