+22
−5
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Device may enter suspend before app_access_lock mutex is released.
In this case, if another kernel driver calls qseecom to load app
and tries to grab the mutex at this time, deadlock may happen.
So don't call QSECom kernel API in suspend state. Make change
to let it return error when it is called in suspend state.
Change-Id: I34227209c403d67f0942db6d44900a0f2c61e59c
Signed-off-by:
Zhen Kong <zkong@codeaurora.org>