+0
−1
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
The intent request completion variable is re-initialized after returning
from the prior wait. The redundant re-initialization of that completion
variable causes the receive intent event to be missed when that event
happens just before the wait.
Remove the redundant re-initialization of intent request completion
variable.
Change-Id: I3a7851ae5837496824898b827f490f27eb0e3afa
Signed-off-by:
Karthikeyan Ramasubramanian <kramasub@codeaurora.org>