Searched hist:fde3a7f212f8cc318b393ffc82b5e2472de22f87 (Results 1 – 1 of 1) sorted by relevance
| /optee_os/lib/libutee/ |
| H A D | tee_api_private.h | fde3a7f212f8cc318b393ffc82b5e2472de22f87 Tue May 21 13:28:13 UTC 2019 Sumit Garg <sumit.garg@linaro.org> Remove redundant __noreturn from __utee_entry()
As __ta_entry() acts as function entry point, it makes sense to logically return from this api only via utee_return(). So remove redundant __noreturn from __utee_entry().
Fixes: eeb866c431db ("Add TA entry point function: __ta_entry()") Signed-off-by: Sumit Garg <sumit.garg@linaro.org> Acked-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
|