ACPICA: Standardize integer output for ACPICA warnings/errors

Always use 0x prefix for hex output, use %u for integer output
(all integers are unsigned.)

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>
Este commit está contenido en:
Bob Moore
2010-03-05 17:56:40 +08:00
cometido por Len Brown
padre 0e264f0bc2
commit f6a22b0bc4
Se han modificado 52 ficheros con 151 adiciones y 150 borrados

Ver fichero

@@ -222,7 +222,7 @@ acpi_status acpi_ns_root_initialize(void)
default:
ACPI_ERROR((AE_INFO,
"Unsupported initial type value %X",
"Unsupported initial type value 0x%X",
init_val->type));
acpi_ut_remove_reference(obj_desc);
obj_desc = NULL;