forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/hwtracing/coresight/coresight-trbe.c
....@@ -1030,6 +1030,7 @@
10301030
10311031 static void arm_trbe_remove_cpuhp(struct trbe_drvdata *drvdata)
10321032 {
1033
+ cpuhp_state_remove_instance(drvdata->trbe_online, &drvdata->hotplug_node);
10331034 cpuhp_remove_multi_state(drvdata->trbe_online);
10341035 }
10351036