Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 0576a1e0 authored by Alan Kwong's avatar Alan Kwong
Browse files

msm: sde: avoid redundant signal/release on finished request



Finished request is already signaled and released in done handler.
Undispatched request is signaled and released during session
close by cancel request. However, cancel request does not
check if a request is finished or not, and will trigger
signal and release even if the request is already handled
by done handler. This generates misleading information on
session close.

CRs-Fixed: 2009714
Change-Id: I81c376396741d978f95c7161183dfb7092075833
Signed-off-by: default avatarAlan Kwong <akwong@codeaurora.org>
parent 8365a58a
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