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

Skip to content
Commit dd2a8a62 authored by Deepak Katragadda's avatar Deepak Katragadda Committed by Gerrit - the friendly Code Review server
Browse files

msm: subsys-pil-tz: Correct initializing of stop_ack completion struct



The stop_ack completion struct is initialized after subsys_register
is called. This might lead to a race condition where the stop_ack
interrupt might be received before the stop_ack completion struct
is initialized.
Move the initialization to before the call to subsys_register is made.

Change-Id: I47db9fd892150deff317a536f086062fb324000d
Signed-off-by: default avatarDeepak Katragadda <dkatraga@codeaurora.org>
parent 4d3b805c
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