ACPICA: iASL/Disassembler: Write ACPI errors to stderr instead of output file
authorBob Moore <robert.moore@intel.com>
Wed, 15 Sep 2010 06:09:14 +0000 (14:09 +0800)
committerLen Brown <len.brown@intel.com>
Fri, 1 Oct 2010 05:47:56 +0000 (01:47 -0400)
commitcc84e262b71bab53c3b2be2e71209c85b88b4b4d
tree9dba63aa6b328992e0dbaa36c74078715257a0c2
parent31b3d4c3b3c599a2329c3e66ffab7a045b169c85
ACPICA: iASL/Disassembler: Write ACPI errors to stderr instead of output file

This keeps the output files clean of random error messages that
may originate from within the namespace/interpreter code.

Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/acpica/Makefile
drivers/acpi/acpica/acmacros.h
drivers/acpi/acpica/acnamesp.h
drivers/acpi/acpica/acutils.h
drivers/acpi/acpica/nsutils.c
drivers/acpi/acpica/utmisc.c
drivers/acpi/acpica/utxferror.c [new file with mode: 0644]