summaryrefslogtreecommitdiff
path: root/net/lapb
diff options
context:
space:
mode:
authorJames Clark <james.clark@linaro.org>2024-11-28 12:14:14 +0000
committerSuzuki K Poulose <suzuki.poulose@arm.com>2024-12-11 10:15:25 +0000
commit5aec7c065fba0c56d6c1ea5d629395210f174be8 (patch)
treefbd8ff0eb9e4876ec495b591aebc9f9589db2312 /net/lapb
parentc8ea5f41b4212fd6c76070bd9432f1bdec64f6b0 (diff)
coresight: Drop atomics in connection refcounts
These belong to the device being enabled or disabled and are only ever used inside the device's spinlock. Remove the atomics to not imply that there are any other concurrent accesses. If atomics were necessary I don't think they would have been enough anyway. There would be nothing to prevent an enable or disable running concurrently if not for the spinlock. Signed-off-by: James Clark <james.clark@linaro.org> Reviewed-by: Yeoreum Yun <yeoreum.yun@arm.com> Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com> Link: https://lore.kernel.org/r/20241128121414.2425119-1-james.clark@linaro.org
Diffstat (limited to 'net/lapb')
0 files changed, 0 insertions, 0 deletions