From 244b2c5ca8b14627e4a17755e5922221e121c771 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Wed, 09 Oct 2024 06:15:07 +0000
Subject: [PATCH] change system file
---
kernel/drivers/hwtracing/coresight/coresight-trbe.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/kernel/drivers/hwtracing/coresight/coresight-trbe.c b/kernel/drivers/hwtracing/coresight/coresight-trbe.c
index 7dddb85..fac63d0 100644
--- a/kernel/drivers/hwtracing/coresight/coresight-trbe.c
+++ b/kernel/drivers/hwtracing/coresight/coresight-trbe.c
@@ -1030,6 +1030,7 @@
static void arm_trbe_remove_cpuhp(struct trbe_drvdata *drvdata)
{
+ cpuhp_state_remove_instance(drvdata->trbe_online, &drvdata->hotplug_node);
cpuhp_remove_multi_state(drvdata->trbe_online);
}
--
Gitblit v1.6.2