[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20221025113643.79743-1-wangxiongfeng2@huawei.com>
Date: Tue, 25 Oct 2022 19:36:43 +0800
From: Xiongfeng Wang <wangxiongfeng2@...wei.com>
To: <robert.moore@...el.com>, <rafael.j.wysocki@...el.com>,
<lenb@...nel.org>
CC: <linux-acpi@...r.kernel.org>, <devel@...ica.org>,
<linux-kernel@...r.kernel.org>, <wangxiongfeng2@...wei.com>,
<liwei391@...wei.com>
Subject: [PATCH] ACPICA: add missing macro ACPI_FUNCTION_TRACE() for ns_repair_HID()
The following commit add function tracing macros for the namespace repair
mechanism.
commit 0766efdf9a9d24eaefe260c787f49af225018b16
ACPICA: Add function trace macros to improve debugging
But it missed the trace macro for the entry of ns_repair_HID(). Let's
add it.
Signed-off-by: Xiongfeng Wang <wangxiongfeng2@...wei.com>
---
drivers/acpi/acpica/nsrepair2.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/acpi/acpica/nsrepair2.c b/drivers/acpi/acpica/nsrepair2.c
index dd533c887e3a..957d7eb4861f 100644
--- a/drivers/acpi/acpica/nsrepair2.c
+++ b/drivers/acpi/acpica/nsrepair2.c
@@ -499,7 +499,7 @@ acpi_ns_repair_HID(struct acpi_evaluate_info *info,
char *source;
char *dest;
- ACPI_FUNCTION_NAME(ns_repair_HID);
+ ACPI_FUNCTION_TRACE(ns_repair_HID);
/* We only care about string _HID objects (not integers) */
--
2.20.1
Powered by blists - more mailing lists