mirror of
https://github.com/torvalds/linux.git
synced 2024-11-27 22:51:35 +00:00
ACPICA: Debug output: decrease verbosity of DB_INFO debug level
Removed some of the extraneous debug prints using the DB_INFO level. This should make the DB_INFO more useful. 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>
This commit is contained in:
parent
c114e4b6c6
commit
7bcc06e845
@ -155,7 +155,7 @@ acpi_status acpi_ns_evaluate(struct acpi_evaluate_info * info)
|
||||
}
|
||||
|
||||
|
||||
ACPI_DUMP_PATHNAME(info->resolved_node, "Execute Method:",
|
||||
ACPI_DUMP_PATHNAME(info->resolved_node, "ACPI: Execute Method",
|
||||
ACPI_LV_INFO, _COMPONENT);
|
||||
|
||||
ACPI_DEBUG_PRINT((ACPI_DB_EXEC,
|
||||
|
@ -872,7 +872,7 @@ acpi_ns_get_node(struct acpi_namespace_node *prefix_node,
|
||||
(flags | ACPI_NS_DONT_OPEN_SCOPE), NULL,
|
||||
return_node);
|
||||
if (ACPI_FAILURE(status)) {
|
||||
ACPI_DEBUG_PRINT((ACPI_DB_INFO, "%s, %s\n",
|
||||
ACPI_DEBUG_PRINT((ACPI_DB_EXEC, "%s, %s\n",
|
||||
pathname, acpi_format_exception(status)));
|
||||
}
|
||||
|
||||
|
@ -310,7 +310,7 @@ u8 acpi_ut_valid_internal_object(void *object)
|
||||
/* Check for a null pointer */
|
||||
|
||||
if (!object) {
|
||||
ACPI_DEBUG_PRINT((ACPI_DB_INFO, "**** Null Object Ptr\n"));
|
||||
ACPI_DEBUG_PRINT((ACPI_DB_EXEC, "**** Null Object Ptr\n"));
|
||||
return (FALSE);
|
||||
}
|
||||
|
||||
@ -324,7 +324,7 @@ u8 acpi_ut_valid_internal_object(void *object)
|
||||
return (TRUE);
|
||||
|
||||
default:
|
||||
ACPI_DEBUG_PRINT((ACPI_DB_INFO,
|
||||
ACPI_DEBUG_PRINT((ACPI_DB_EXEC,
|
||||
"%p is not not an ACPI operand obj [%s]\n",
|
||||
object, acpi_ut_get_descriptor_name(object)));
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user