Skip to content
Commit 3244fb6d authored by James Clark's avatar James Clark Committed by Suzuki K Poulose
Browse files

coresight: cti: Prevent negative values of enable count



Writing 0 to the enable control repeatedly results in a negative value
for enable_req_count. After this, writing 1 to the enable control
appears to not work until the count returns to positive.

Change it so that it's impossible for enable_req_count to be < 0.
Return an error to indicate that the disable request was invalid.

Fixes: 835d722b ("coresight: cti: Initial CoreSight CTI Driver")
Tested-by: default avatarJinlong Mao <quic_jinlmao@quicinc.com>
Signed-off-by: default avatarJames Clark <james.clark@arm.com>
Reviewed-by: default avatarMike Leach <mike.leach@linaro.org>
Signed-off-by: default avatarSuzuki K Poulose <suzuki.poulose@arm.com>
Link: https://lore.kernel.org/r/20230110110736.2709917-2-james.clark@arm.com
parent 589d9282
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment