]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
coresight: Unify bus unregistration via coresight_unregister()
authorLeo Yan <leo.yan@arm.com>
Mon, 9 Feb 2026 12:44:40 +0000 (12:44 +0000)
committerSuzuki K Poulose <suzuki.poulose@arm.com>
Wed, 25 Feb 2026 11:14:45 +0000 (11:14 +0000)
commiteef33a7cce239783d0422526a4d786289a936f1b
treeff6a25eef26ed404d3eb167ce1e840588b0c9e77
parent8573756b235ddfa005837a958241caf204696a0a
coresight: Unify bus unregistration via coresight_unregister()

Once a device is successfully registered, set the "registered" flag to
true.  After that point, all failures jump to the out_unlock label to
unwind the flow via coresight_unregister().

Since failure handling is unified, the comment about resource release
for the etm_perf_add_symlink_sink() failure is no need, remove it.

Signed-off-by: Leo Yan <leo.yan@arm.com>
Reviewed-by: James Clark <james.clark@linaro.org>
Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Link: https://lore.kernel.org/r/20260209-arm_coresight_refactor_dev_register-v4-8-62d6042f76f7@arm.com
drivers/hwtracing/coresight/coresight-core.c