From 2d85f3d30cdf9ceeb516e76bdc3c5c5d1d9b9fea Mon Sep 17 00:00:00 2001 From: Xiongfeng Wang Date: Fri, 28 Oct 2022 11:05:50 +0800 Subject: Add missing macro ACPI_FUNCTION_TRACE() for AcpiNsRepair_HID() The following commit add function tracing macros for the namespace repiar mechanism. commit 87b8dba05b4cf8c111948327023c710e2b6b5a05 Add function trace macros to improve namespace debugging But it missed the trace macro for the entry of NsRepair_HID(). Let's add it. Signed-off-by: Xiongfeng Wang --- source/components/namespace/nsrepair2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/components/namespace/nsrepair2.c b/source/components/namespace/nsrepair2.c index bf76b7dd7..7b6ff58b2 100644 --- a/source/components/namespace/nsrepair2.c +++ b/source/components/namespace/nsrepair2.c @@ -702,7 +702,7 @@ AcpiNsRepair_HID ( char *Dest; - ACPI_FUNCTION_NAME (NsRepair_HID); + ACPI_FUNCTION_TRACE (NsRepair_HID); /* We only care about string _HID objects (not integers) */ -- cgit v1.2.1