ACPICA: Dump table header - suppress output of non-printable characters
authorBob Moore <robert.moore@intel.com>
Wed, 24 Jun 2009 03:38:46 +0000 (11:38 +0800)
committerLen Brown <len.brown@intel.com>
Thu, 27 Aug 2009 14:17:19 +0000 (10:17 -0400)
commitcf02cd47d4747abf8ff0617e15fc05a00202e6d5
treee01bdd006845f8db2fda259f594f826e35f13ac4
parent8e4319c425077c4cc540696a5bb6c4d12f017dcd
ACPICA: Dump table header - suppress output of non-printable characters

Function acpi_tb_print_table_header. Some ACPI tables contain
non-printable characters in one of the string fields of the the
header - Signature, OemId, OemTableId, or CompilerId. Invalid
characters are replaced by '?'. ACPICA BZ 788.

http://acpica.org/bugzilla/show_bug.cgi?id=788

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/tbutils.c