Home
last modified time | relevance | path

Searched hist:c232eb8d0e7ddb78569f0ab162081461020520a8 (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/arch/arm/kernel/
H A Dstmm_sp.cc232eb8d0e7ddb78569f0ab162081461020520a8 Thu Nov 12 21:49:06 UTC 2020 Etienne Carriere <etienne.carriere@linaro.org> core: stmm: remove useless return values to local svc handlers

Remove the boolean return value from local functions
stmm_handle_mem_mgr_service(), stmm_handle_storage_service(),
spm_eret_error() and spm_handle_direct_req() that all end
returning to secure partition (StMM) execution. Rename
return_helper() to return_from_sp_helper() and remove its
return value as it only prepare returning to SP caller.
No functional change.

Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>