Files
Lynus Vaz 50912cf9c7 kgsl: Update kgsl_cancel_event() to cancel the first matching event
When cancelling events, we go through the entire list and remove all
matching events. This is not what we want since callers expect to cancel
a single event. So, exit the search when we find and cancel the first
matching event in the list.

Change-Id: I81af95e853f6408c6a0c5769fcece5f4493938bc
Signed-off-by: Lynus Vaz <quic_lvaz@quicinc.com>
Signed-off-by: aswin7469 <aswinas@pixysos.com>
2025-01-22 19:25:37 +01:00
..