commit | db4984849a07d94fd9daa3a5c0cdb26e80789704 | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Thu Mar 26 16:43:44 2020 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu Mar 26 17:48:01 2020 +0100 |
tree | ef39828138abca6f15b5611eda17c868c282dbd7 | |
parent | 992096f83274a23c5068593694412577bbaedd12 [diff] |
rpmb: fix call to plat_rpmb_key_is_ready() In tee_rpmb_write_and_verify_key() a call was recently added to check if the RPMB key was ready to be retrieved. But the function wasn't called in the new if statement, instead was just the address of the function tested to be non-NULL. So with this patch add the missing () to make it a function call. Fixes: b1042535dc3e ("rpmb: function to block rpmb write per platform") Reviewed-by: Rouven Czerwinski <r.czerwinski@pengutronix.de> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
This git contains source code for the secure side implementation of OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io.
// OP-TEE core maintainers