summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiongfeng Wang <wangxiongfeng2@huawei.com>2022-10-28 11:05:50 +0800
committerXiongfeng Wang <wangxiongfeng2@huawei.com>2022-10-28 14:15:56 +0800
commit2d85f3d30cdf9ceeb516e76bdc3c5c5d1d9b9fea (patch)
treeb83a170fbd32bb2df314fe478871953b8f265385
parent7021087eedb0d7156286e9e4f255e93c07816921 (diff)
downloadacpica-2d85f3d30cdf9ceeb516e76bdc3c5c5d1d9b9fea.tar.gz
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 <wangxiongfeng2@huawei.com>
-rw-r--r--source/components/namespace/nsrepair2.c2
1 files changed, 1 insertions, 1 deletions
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) */