| commit | 1f8f9abe4a31abd7b7490a7ddd9bbe812c92d5af | [log] [tgz] |
|---|---|---|
| author | Etienne Carriere <etienne.carriere@linaro.org> | Thu Apr 04 21:00:25 2019 +0200 |
| committer | Joakim Bech <joakim.bech@linaro.org> | Thu Apr 18 18:31:02 2019 +0700 |
| tree | badebd67bbca832931b3cb22e942160c1d2d6cd3 | |
| parent | 16c8f548786c70df04d3a1e61bf89abce9b92389 [diff] |
Cleanup some local variable initialization This change removes few useless memset() and replace few memset() with an initialized structure where possible. This change fixes some TEEC_Result variables initialization using a valid enumerated ID. Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Acked-by: Joakim Bech <joakim.bech@linaro.org>
This git contains source code for the non-secure side implementation of the OP-TEE project making up the client library and tee-supplicant.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under optee_client.
// OP-TEE core maintainers