mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08: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_LV_INFO, _COMPONENT);
|
||||||
|
|
||||||
ACPI_DEBUG_PRINT((ACPI_DB_EXEC,
|
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,
|
(flags | ACPI_NS_DONT_OPEN_SCOPE), NULL,
|
||||||
return_node);
|
return_node);
|
||||||
if (ACPI_FAILURE(status)) {
|
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)));
|
pathname, acpi_format_exception(status)));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -310,7 +310,7 @@ u8 acpi_ut_valid_internal_object(void *object)
|
|||||||
/* Check for a null pointer */
|
/* Check for a null pointer */
|
||||||
|
|
||||||
if (!object) {
|
if (!object) {
|
||||||
ACPI_DEBUG_PRINT((ACPI_DB_INFO, "**** Null Object Ptr\n"));
|
ACPI_DEBUG_PRINT((ACPI_DB_EXEC, "**** Null Object Ptr\n"));
|
||||||
return (FALSE);
|
return (FALSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -324,7 +324,7 @@ u8 acpi_ut_valid_internal_object(void *object)
|
|||||||
return (TRUE);
|
return (TRUE);
|
||||||
|
|
||||||
default:
|
default:
|
||||||
ACPI_DEBUG_PRINT((ACPI_DB_INFO,
|
ACPI_DEBUG_PRINT((ACPI_DB_EXEC,
|
||||||
"%p is not not an ACPI operand obj [%s]\n",
|
"%p is not not an ACPI operand obj [%s]\n",
|
||||||
object, acpi_ut_get_descriptor_name(object)));
|
object, acpi_ut_get_descriptor_name(object)));
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user