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:
@@ -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;
|
||||
|
Referencia en una nueva incidencia
Block a user