qseecom: Check listener's send_resp_flag when reentrancy is enabled
Incomplete processing will check send_resp_flag to wake up listener
service. When QSEE reentrancy is enabled, it need to check specific
listener's send_resp_flag instead of the global flag, as multiple
listeners may send response and update flag simultaneously. Otherwise,
the global flag may be wrongly reset and then fail to wake up listener.
Change-Id: I314d275079ed57365d026d558d9445cf1e65dfd8
Signed-off-by:
Zhen Kong <zkong@codeaurora.org>
Loading
Please register or sign in to comment